(promise: Promise<any>)
| 682 | > {} |
| 683 | interface DurableObjectState<Props = unknown> { |
| 684 | waitUntil(promise: Promise<any>): void |
| 685 | readonly props: Props |
| 686 | readonly id: DurableObjectId |
| 687 | readonly storage: DurableObjectStorage |
nothing calls this directly
no outgoing calls
no test coverage detected