MCPcopy Create free account
hub / github.com/fontsource/fontsource / queue

Method queue

website/worker-configuration.d.ts:6841–6841  ·  view source on GitHub ↗
(batch: MessageBatch<unknown>)

Source from the content-addressed store, hash-verified

6839 trace?(traces: TraceItem[]): void | Promise<void>;
6840 scheduled?(controller: ScheduledController): void | Promise<void>;
6841 queue?(batch: MessageBatch<unknown>): void | Promise<void>;
6842 test?(controller: TestController): void | Promise<void>;
6843 }
6844 export function httpServerHandler(options: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected