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

Method retry

website/worker-configuration.d.ts:1554–1554  ·  view source on GitHub ↗
(options?: QueueRetryOptions)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected