()
| 3033 | */ |
| 3034 | interface WebSocket extends EventTarget<WebSocketEventMap> { |
| 3035 | accept(): void; |
| 3036 | /** |
| 3037 | * The **`WebSocket.send()`** method enqueues the specified data to be transmitted to the server over the WebSocket connection, increasing the value of `bufferedAmount` by the number of bytes needed to contain the data. |
| 3038 | * |
no outgoing calls