* 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. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocke
(message: (ArrayBuffer | ArrayBufferView) | string)
| 3100 | hash?: string; |
| 3101 | baseURL?: string; |
| 3102 | } |
| 3103 | interface URLPatternComponentResult { |
| 3104 | input: string; |
| 3105 | groups: Record<string, string>; |
nothing calls this directly
no outgoing calls
no test coverage detected