* Transmits data using the connection. data can be a string or an ArrayBuffer.
(data: string | ArrayBufferLike | Blob | ArrayBufferView)
| 143 | * Transmits data using the connection. data can be a string or an ArrayBuffer. |
| 144 | */ |
| 145 | send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void; |
| 146 | } |
| 147 | |
| 148 | /** |
no outgoing calls