()
| 286 | } |
| 287 | |
| 288 | function handleFailed() { |
| 289 | if (__DEBUG__) { |
| 290 | debug('WebSocket.onerror'); |
| 291 | } |
| 292 | |
| 293 | scheduleRetry(); |
| 294 | } |
| 295 | |
| 296 | function handleMessage(event: MessageEvent) { |
| 297 | let data; |
nothing calls this directly
no test coverage detected