MCPcopy Create free account
hub / github.com/stomp-js/stompjs / send

Method send

src/types.ts:145–145  ·  view source on GitHub ↗

* Transmits data using the connection. data can be a string or an ArrayBuffer.

(data: string | ArrayBufferLike | Blob | ArrayBufferView)

Source from the content-addressed store, hash-verified

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

Callers 12

_setupHeartbeatMethod · 0.65
_transmitMethod · 0.65
_setupHeartbeatMethod · 0.65
_transmitMethod · 0.65
_setupHeartbeatMethod · 0.65
_transmitMethod · 0.65
_setupHeartbeatMethod · 0.65
_transmitMethod · 0.65
sendMethod · 0.65
sendMethod · 0.65
message.spec.jsFile · 0.65
sendMethod · 0.65

Implementers 2

WrapperWSspec/helpers/wrapper-ws.js
WrapperWSspec/helpers-src/wrapper-ws.ts

Calls

no outgoing calls

Tested by 1

sendMethod · 0.52