* Message received from the server. * Can be a WorkerMessage or a heartbeat_ack.
| 3 | * Can be a WorkerMessage or a heartbeat_ack. |
| 4 | */ |
| 5 | interface ServerMessage { |
| 6 | type: string; |
| 7 | [key: string]: unknown; |
| 8 | } |
| 9 | |
| 10 | /** |
| 11 | * Configuration options for WebSocket connection. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…