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

Method ack

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

Source from the content-addressed store, hash-verified

1553 readonly attempts: number;
1554 retry(options?: QueueRetryOptions): void;
1555 ack(): void;
1556}
1557interface QueueEvent<Body = unknown> extends ExtendableEvent {
1558 readonly messages: readonly Message<Body>[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected