(key: string, options?: DurableObjectPutOptions)
| 590 | facets: DurableObjectFacets; |
| 591 | blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>; |
| 592 | acceptWebSocket(ws: WebSocket, tags?: string[]): void; |
| 593 | getWebSockets(tag?: string): WebSocket[]; |
| 594 | setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void; |
| 595 | getWebSocketAutoResponse(): WebSocketRequestResponsePair | null; |
nothing calls this directly
no outgoing calls
no test coverage detected