MCPcopy Create free account
hub / github.com/fmhy/edit / waitUntil

Method waitUntil

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

Source from the content-addressed store, hash-verified

682> {}
683interface DurableObjectState<Props = unknown> {
684 waitUntil(promise: Promise<any>): void
685 readonly props: Props
686 readonly id: DurableObjectId
687 readonly storage: DurableObjectStorage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected