(task: Function)
| 338 | ): number |
| 339 | clearInterval(timeoutId: number | null): void |
| 340 | queueMicrotask(task: Function): void |
| 341 | structuredClone<T>(value: T, options?: StructuredSerializeOptions): T |
| 342 | reportError(error: any): void |
| 343 | fetch( |
nothing calls this directly
no outgoing calls
no test coverage detected