-
-
Notifications
You must be signed in to change notification settings - Fork 119
Add script to get service worker globals #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,118 @@ | ||
// This file is autogenerated by scripts | ||
// Do NOT modify this file manually | ||
|
||
export default { | ||
AbortController: false, | ||
AbortPaymentEvent: false, | ||
AbortSignal: false, | ||
addEventListener: false, | ||
applicationCache: false, | ||
atob: false, | ||
BackgroundFetchEvent: false, | ||
BackgroundFetchManager: false, | ||
BackgroundFetchRecord: false, | ||
BackgroundFetchRegistration: false, | ||
BackgroundFetchUpdateUIEvent: false, | ||
Blob: false, | ||
BroadcastChannel: false, | ||
btoa: false, | ||
ByteLengthQueuingStrategy: false, | ||
Cache: false, | ||
caches: false, | ||
CacheStorage: false, | ||
CanMakePaymentEvent: false, | ||
CanvasGradient: false, | ||
CanvasPattern: false, | ||
clearInterval: false, | ||
clearTimeout: false, | ||
Client: false, | ||
clients: false, | ||
Clients: false, | ||
close: true, | ||
CloseEvent: false, | ||
CompressionStream: false, | ||
console: false, | ||
cookieStore: false, | ||
CookieStore: false, | ||
CookieStoreManager: false, | ||
CountQueuingStrategy: false, | ||
createImageBitmap: false, | ||
CropTarget: false, | ||
crossOriginIsolated: false, | ||
crypto: false, | ||
Crypto: false, | ||
CryptoKey: false, | ||
CSSSkewX: false, | ||
CSSSkewY: false, | ||
CustomEvent: false, | ||
DecompressionStream: false, | ||
dispatchEvent: false, | ||
DOMException: false, | ||
DOMMatrix: false, | ||
DOMMatrixReadOnly: false, | ||
DOMPoint: false, | ||
DOMPointReadOnly: false, | ||
DOMQuad: false, | ||
DOMRect: false, | ||
DOMRectReadOnly: false, | ||
DOMStringList: false, | ||
ErrorEvent: false, | ||
Event: false, | ||
EventSource: false, | ||
EventTarget: false, | ||
ExtendableCookieChangeEvent: false, | ||
ExtendableEvent: false, | ||
ExtendableMessageEvent: false, | ||
fetch: false, | ||
FetchEvent: false, | ||
File: false, | ||
FileReaderSync: false, | ||
FileList: false, | ||
FileReader: false, | ||
FileSystemDirectoryHandle: false, | ||
FileSystemFileHandle: false, | ||
FileSystemHandle: false, | ||
FileSystemWritableFileStream: false, | ||
FontFace: false, | ||
fonts: false, | ||
FormData: false, | ||
GPU: false, | ||
GPUAdapter: false, | ||
GPUAdapterInfo: false, | ||
GPUBindGroup: false, | ||
GPUBindGroupLayout: false, | ||
GPUBuffer: false, | ||
GPUBufferUsage: false, | ||
GPUCanvasContext: false, | ||
GPUColorWrite: false, | ||
GPUCommandBuffer: false, | ||
GPUCommandEncoder: false, | ||
GPUCompilationInfo: false, | ||
GPUCompilationMessage: false, | ||
GPUComputePassEncoder: false, | ||
GPUComputePipeline: false, | ||
GPUDevice: false, | ||
GPUDeviceLostInfo: false, | ||
GPUError: false, | ||
GPUExternalTexture: false, | ||
GPUInternalError: false, | ||
GPUMapMode: false, | ||
GPUOutOfMemoryError: false, | ||
GPUPipelineError: false, | ||
GPUPipelineLayout: false, | ||
GPUQuerySet: false, | ||
GPUQueue: false, | ||
GPURenderBundle: false, | ||
GPURenderBundleEncoder: false, | ||
GPURenderPassEncoder: false, | ||
GPURenderPipeline: false, | ||
GPUSampler: false, | ||
GPUShaderModule: false, | ||
GPUShaderStage: false, | ||
GPUSupportedFeatures: false, | ||
GPUSupportedLimits: false, | ||
GPUTexture: false, | ||
GPUTextureUsage: false, | ||
GPUTextureView: false, | ||
GPUUncapturedErrorEvent: false, | ||
GPUValidationError: false, | ||
Headers: false, | ||
IDBCursor: false, | ||
IDBCursorWithValue: false, | ||
|
@@ -44,18 +125,36 @@ export default { | |
IDBRequest: false, | ||
IDBTransaction: false, | ||
IDBVersionChangeEvent: false, | ||
ImageBitmap: false, | ||
ImageBitmapRenderingContext: false, | ||
ImageData: false, | ||
importScripts: false, | ||
indexedDB: false, | ||
InstallEvent: false, | ||
isSecureContext: false, | ||
location: false, | ||
Lock: false, | ||
LockManager: false, | ||
MediaCapabilities: false, | ||
MessageChannel: false, | ||
MessageEvent: false, | ||
MessagePort: false, | ||
name: false, | ||
NavigationPreloadManager: false, | ||
navigator: false, | ||
NavigatorUAData: false, | ||
NetworkInformation: false, | ||
Notification: false, | ||
onclose: true, | ||
onconnect: true, | ||
NotificationEvent: false, | ||
OffscreenCanvas: false, | ||
OffscreenCanvasRenderingContext2D: false, | ||
onabortpayment: true, | ||
onactivate: true, | ||
onbackgroundfetchabort: true, | ||
onbackgroundfetchclick: true, | ||
onbackgroundfetchfail: true, | ||
onbackgroundfetchsuccess: true, | ||
oncanmakepayment: true, | ||
oncookiechange: true, | ||
onerror: true, | ||
onfetch: true, | ||
oninstall: true, | ||
|
@@ -64,24 +163,35 @@ export default { | |
onmessageerror: true, | ||
onnotificationclick: true, | ||
onnotificationclose: true, | ||
onoffline: true, | ||
ononline: true, | ||
onpaymentrequest: true, | ||
onperiodicsync: true, | ||
onpush: true, | ||
onpushsubscriptionchange: true, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
onrejectionhandled: true, | ||
onsync: true, | ||
onunhandledrejection: true, | ||
origin: false, | ||
Path2D: false, | ||
PaymentRequestEvent: false, | ||
performance: false, | ||
Performance: false, | ||
PerformanceEntry: false, | ||
PerformanceMark: false, | ||
PerformanceMeasure: false, | ||
PerformanceNavigation: false, | ||
PerformanceObserver: false, | ||
PerformanceObserverEntryList: false, | ||
PerformanceResourceTiming: false, | ||
PerformanceTiming: false, | ||
postMessage: true, | ||
PerformanceServerTiming: false, | ||
PeriodicSyncEvent: false, | ||
PeriodicSyncManager: false, | ||
Permissions: false, | ||
PermissionStatus: false, | ||
PromiseRejectionEvent: false, | ||
PushEvent: false, | ||
PushManager: false, | ||
PushMessageData: false, | ||
PushSubscription: false, | ||
PushSubscriptionOptions: false, | ||
queueMicrotask: false, | ||
ReadableByteStreamController: false, | ||
ReadableStream: false, | ||
|
@@ -91,33 +201,80 @@ export default { | |
ReadableStreamDefaultReader: false, | ||
registration: false, | ||
removeEventListener: false, | ||
reportError: false, | ||
ReportingObserver: false, | ||
Request: false, | ||
Response: false, | ||
scheduler: false, | ||
Scheduler: false, | ||
SecurityPolicyViolationEvent: false, | ||
self: false, | ||
serviceWorker: false, | ||
ServiceWorker: false, | ||
ServiceWorkerContainer: false, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
ServiceWorkerGlobalScope: false, | ||
ServiceWorkerMessageEvent: false, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No MDN links found. |
||
ServiceWorkerRegistration: false, | ||
setInterval: false, | ||
setTimeout: false, | ||
skipWaiting: false, | ||
StorageBucket: false, | ||
StorageBucketManager: false, | ||
StorageManager: false, | ||
structuredClone: false, | ||
SubtleCrypto: false, | ||
SyncEvent: false, | ||
SyncManager: false, | ||
TaskController: false, | ||
TaskPriorityChangeEvent: false, | ||
TaskSignal: false, | ||
TextDecoder: false, | ||
TextDecoderStream: false, | ||
TextEncoder: false, | ||
TextEncoderStream: false, | ||
TextMetrics: false, | ||
TransformStream: false, | ||
TransformStreamDefaultController: false, | ||
TrustedHTML: false, | ||
TrustedScript: false, | ||
TrustedScriptURL: false, | ||
TrustedTypePolicy: false, | ||
TrustedTypePolicyFactory: false, | ||
trustedTypes: false, | ||
URL: false, | ||
URLPattern: false, | ||
URLSearchParams: false, | ||
UserActivation: false, | ||
WebAssembly: false, | ||
WebGL2RenderingContext: false, | ||
WebGLActiveInfo: false, | ||
WebGLBuffer: false, | ||
WebGLContextEvent: false, | ||
WebGLFramebuffer: false, | ||
WebGLObject: false, | ||
WebGLProgram: false, | ||
WebGLQuery: false, | ||
WebGLRenderbuffer: false, | ||
WebGLRenderingContext: false, | ||
WebGLSampler: false, | ||
WebGLShader: false, | ||
WebGLShaderPrecisionFormat: false, | ||
WebGLSync: false, | ||
WebGLTexture: false, | ||
WebGLTransformFeedback: false, | ||
WebGLUniformLocation: false, | ||
WebGLVertexArrayObject: false, | ||
WebSocket: false, | ||
WebSocketError: false, | ||
WebSocketStream: false, | ||
WebTransport: false, | ||
WebTransportBidirectionalStream: false, | ||
WebTransportDatagramDuplexStream: false, | ||
WebTransportError: false, | ||
WGSLLanguageFeatures: false, | ||
WindowClient: false, | ||
Worker: false, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
WorkerGlobalScope: false, | ||
WorkerLocation: false, | ||
WorkerNavigator: false, | ||
WritableStream: false, | ||
WritableStreamDefaultController: false, | ||
WritableStreamDefaultWriter: false, | ||
XMLHttpRequest: false, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync