(value: T, options?: StructuredSerializeOptions)
| 226 | clearInterval(timeoutId: number | null): void; |
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected