()
| 2341 | */ |
| 2342 | interface WebSocket extends EventTarget<WebSocketEventMap> { |
| 2343 | accept(): void; |
| 2344 | /** |
| 2345 | * Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView. |
| 2346 | * |
nothing calls this directly
no outgoing calls
no test coverage detected