(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>)
| 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; |
| 233 | caches: CacheStorage; |
nothing calls this directly
no outgoing calls
no test coverage detected