| 3196 | /** |
| 3197 | * The **`WebSocket.readyState`** read-only property returns the current state of the WebSocket connection. |
| 3198 | * |
| 3199 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/readyState) |
| 3200 | */ |
| 3201 | readyState: number; |
nothing calls this directly
no outgoing calls
no test coverage detected