MCPcopy Create free account
hub / github.com/acoyfellow/UserDO / queueMicrotask

Method queueMicrotask

worker-configuration.d.ts:221–221  ·  view source on GitHub ↗
(task: Function)

Source from the content-addressed store, hash-verified

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>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected