(task: Function)
| 225 | setInterval<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number; |
| 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>; |
nothing calls this directly
no outgoing calls
no test coverage detected