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