summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/globals/globals.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/globals/globals.json')
-rw-r--r--tools/node_modules/eslint/node_modules/globals/globals.json80
1 files changed, 78 insertions, 2 deletions
diff --git a/tools/node_modules/eslint/node_modules/globals/globals.json b/tools/node_modules/eslint/node_modules/globals/globals.json
index 2619096e68..b1f7a2972f 100644
--- a/tools/node_modules/eslint/node_modules/globals/globals.json
+++ b/tools/node_modules/eslint/node_modules/globals/globals.json
@@ -485,7 +485,7 @@
"KeyframeEffectReadOnly": false,
"length": false,
"localStorage": false,
- "location": false,
+ "location": true,
"Location": false,
"locationbar": false,
"matchMedia": false,
@@ -931,6 +931,7 @@
"XSLTProcessor": false
},
"worker": {
+ "addEventListener": false,
"applicationCache": false,
"atob": false,
"Blob": false,
@@ -986,6 +987,7 @@
"postMessage": true,
"Promise": false,
"queueMicrotask": false,
+ "removeEventListener": false,
"Request": false,
"Response": false,
"self": true,
@@ -1363,25 +1365,99 @@
"Ref": false
},
"serviceworker": {
+ "addEventListener": false,
+ "applicationCache": false,
+ "atob": false,
+ "Blob": false,
+ "BroadcastChannel": false,
+ "btoa": false,
"Cache": false,
"caches": false,
"CacheStorage": false,
+ "clearInterval": false,
+ "clearTimeout": false,
"Client": false,
"clients": false,
"Clients": false,
+ "close": true,
+ "console": false,
"ExtendableEvent": false,
"ExtendableMessageEvent": false,
+ "fetch": false,
"FetchEvent": false,
+ "FileReaderSync": false,
+ "FormData": false,
+ "Headers": false,
+ "IDBCursor": false,
+ "IDBCursorWithValue": false,
+ "IDBDatabase": false,
+ "IDBFactory": false,
+ "IDBIndex": false,
+ "IDBKeyRange": false,
+ "IDBObjectStore": false,
+ "IDBOpenDBRequest": false,
+ "IDBRequest": false,
+ "IDBTransaction": false,
+ "IDBVersionChangeEvent": false,
+ "ImageData": false,
"importScripts": false,
+ "indexedDB": false,
+ "location": false,
+ "MessageChannel": false,
+ "MessagePort": false,
+ "name": false,
+ "navigator": false,
+ "Notification": false,
+ "onclose": true,
+ "onconnect": true,
+ "onerror": true,
+ "onfetch": true,
+ "oninstall": true,
+ "onlanguagechange": true,
+ "onmessage": true,
+ "onmessageerror": true,
+ "onnotificationclick": true,
+ "onnotificationclose": true,
+ "onoffline": true,
+ "ononline": true,
+ "onpush": true,
+ "onpushsubscriptionchange": true,
+ "onrejectionhandled": true,
+ "onsync": true,
+ "onunhandledrejection": true,
+ "performance": false,
+ "Performance": false,
+ "PerformanceEntry": false,
+ "PerformanceMark": false,
+ "PerformanceMeasure": false,
+ "PerformanceNavigation": false,
+ "PerformanceResourceTiming": false,
+ "PerformanceTiming": false,
+ "postMessage": true,
+ "Promise": false,
+ "queueMicrotask": false,
"registration": false,
+ "removeEventListener": false,
+ "Request": false,
+ "Response": false,
"self": false,
"ServiceWorker": false,
"ServiceWorkerContainer": false,
"ServiceWorkerGlobalScope": false,
"ServiceWorkerMessageEvent": false,
"ServiceWorkerRegistration": false,
+ "setInterval": false,
+ "setTimeout": false,
"skipWaiting": false,
- "WindowClient": false
+ "TextDecoder": false,
+ "TextEncoder": false,
+ "URL": false,
+ "URLSearchParams": false,
+ "WebSocket": false,
+ "WindowClient": false,
+ "Worker": false,
+ "WorkerGlobalScope": false,
+ "XMLHttpRequest": false
},
"atomtest": {
"advanceClock": false,