(ws: WebSocket, message: string | ArrayBuffer)
| 413 | fetch(request: Request): Response | Promise<Response>; |
| 414 | alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>; |
| 415 | webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>; |
| 416 | webSocketClose?(ws: WebSocket, code: number, reason: string, wasClean: boolean): void | Promise<void>; |
| 417 | webSocketError?(ws: WebSocket, error: unknown): void | Promise<void>; |
| 418 | } |
nothing calls this directly
no outgoing calls
no test coverage detected