Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
187 changes: 172 additions & 15 deletions data/serviceworker.mjs
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,
Copy link
Collaborator Author

@fisker fisker Feb 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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,
Expand All @@ -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,
Expand All @@ -64,24 +163,35 @@ export default {
onmessageerror: true,
onnotificationclick: true,
onnotificationclose: true,
onoffline: true,
ononline: true,
onpaymentrequest: true,
onperiodicsync: true,
onpush: true,
onpushsubscriptionchange: true,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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,
Expand All @@ -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,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ServiceWorkerGlobalScope: false,
ServiceWorkerMessageEvent: false,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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,
Copy link
Collaborator Author

@fisker fisker Feb 19, 2025

Choose a reason for hiding this comment

The 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,
Copy link
Collaborator Author

@fisker fisker Feb 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

};
Loading