(ws: WebSocket, message: string | ArrayBuffer)
| 407 | fetch(request: Request): Response | Promise<Response>; |
| 408 | alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>; |
| 409 | webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>; |
| 410 | webSocketClose?(ws: WebSocket, code: number, reason: string, wasClean: boolean): void | Promise<void>; |
| 411 | webSocketError?(ws: WebSocket, error: unknown): void | Promise<void>; |
| 412 | } |
nothing calls this directly
no outgoing calls
no test coverage detected