MCPcopy Create free account
hub / github.com/cloudflare/mcp / queueMicrotask

Method queueMicrotask

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

Source from the content-addressed store, hash-verified

346 setInterval(callback: (...args: any[]) => void, msDelay?: number): number;
347 setInterval<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number;
348 clearInterval(timeoutId: number | null): void;
349 queueMicrotask(task: Function): void;
350 structuredClone<T>(value: T, options?: StructuredSerializeOptions): T;
351 reportError(error: any): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected