()
| 2358 | */ |
| 2359 | interface WebSocket extends EventTarget<WebSocketEventMap> { |
| 2360 | accept(): void; |
| 2361 | /** |
| 2362 | * Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView. |
| 2363 | * |
nothing calls this directly
no outgoing calls
no test coverage detected