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

Method ackAll

website/worker-configuration.d.ts:1561–1561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1559 readonly queue: string;
1560 retryAll(options?: QueueRetryOptions): void;
1561 ackAll(): void;
1562}
1563interface MessageBatch<Body = unknown> {
1564 readonly messages: readonly Message<Body>[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected