(options?: DurableObjectPutOptions)
| 592 | acceptWebSocket(ws: WebSocket, tags?: string[]): void; |
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected