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

Method waitUntil

website/worker-configuration.d.ts:435–435  ·  view source on GitHub ↗
(promise: Promise<any>)

Source from the content-addressed store, hash-verified

433}
434interface DurableObjectState {
435 waitUntil(promise: Promise<any>): void;
436 readonly id: DurableObjectId;
437 readonly storage: DurableObjectStorage;
438 container?: Container;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected