(task: Function)
| 219 | setInterval<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number; |
| 220 | clearInterval(timeoutId: number | null): void; |
| 221 | queueMicrotask(task: Function): void; |
| 222 | structuredClone<T>(value: T, options?: StructuredSerializeOptions): T; |
| 223 | reportError(error: any): void; |
| 224 | fetch(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>): Promise<Response>; |
nothing calls this directly
no outgoing calls
no test coverage detected