(error: any)
| 227 | queueMicrotask(task: Function): void; |
| 228 | structuredClone<T>(value: T, options?: StructuredSerializeOptions): T; |
| 229 | reportError(error: any): void; |
| 230 | fetch(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>): Promise<Response>; |
| 231 | self: ServiceWorkerGlobalScope; |
| 232 | crypto: Crypto; |
nothing calls this directly
no outgoing calls
no test coverage detected