()
| 3172 | readonly READY_STATE_CLOSED: number; |
| 3173 | readonly CLOSED: number; |
| 3174 | }; |
| 3175 | /** |
| 3176 | * The `WebSocket` object provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection. |
| 3177 | * |
no outgoing calls
no test coverage detected