(
ws: WebSocket,
message: string | ArrayBuffer
)
| 612 | connect?(socket: Socket): void | Promise<void> |
| 613 | alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void> |
| 614 | webSocketMessage?( |
| 615 | ws: WebSocket, |
| 616 | message: string | ArrayBuffer |
| 617 | ): void | Promise<void> |
nothing calls this directly
no outgoing calls
no test coverage detected