MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / send

Method send

packages/ci-proxy-worker/worker-configuration.d.ts:3700–3700  ·  view source on GitHub ↗

* 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/WebSocket/se

(message: (ArrayBuffer | ArrayBufferView) | string)

Source from the content-addressed store, hash-verified

3698 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/send)
3699 */
3700 send(message: (ArrayBuffer | ArrayBufferView) | string): void;
3701 /**
3702 * The **`WebSocket.close()`** method closes the already `CLOSED`, this method does nothing.
3703 *

Callers 1

AppShellFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected