(closure: (txn: DurableObjectTransaction) => Promise<T>)
| 593 | getWebSockets(tag?: string): WebSocket[]; |
| 594 | setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void; |
| 595 | getWebSocketAutoResponse(): WebSocketRequestResponsePair | null; |
| 596 | getWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null; |
| 597 | setHibernatableWebSocketEventTimeout(timeoutMs?: number): void; |
| 598 | getHibernatableWebSocketEventTimeout(): number | null; |
nothing calls this directly
no outgoing calls
no test coverage detected