(options?: TlsOptions)
| 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 | * |
| 3178 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket) |
nothing calls this directly
no outgoing calls
no test coverage detected