(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>)
| 214 | structuredClone<T>(value: T, options?: StructuredSerializeOptions): T; |
| 215 | reportError(error: any): void; |
| 216 | fetch(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>): Promise<Response>; |
| 217 | self: ServiceWorkerGlobalScope; |
| 218 | crypto: Crypto; |
| 219 | caches: CacheStorage; |
nothing calls this directly
no outgoing calls
no test coverage detected