arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
WebSocket.send
arsd
cgi
WebSocket
Sends a binary message through the websocket.
void
send
(char[] textData)
void
send
(ubyte[] binaryData)
class
WebSocket
void
send
(
in
ubyte
[]
binaryData
)
See Also
foundational
Meta
Source
See Implementation
arsd
cgi
WebSocket
functions
close
isMessageBuffered
onmessage
ping
pong
readyState
send
waitForNextMessage
waitForNextMessageWouldBlock
manifest constants
CLOSED
CLOSING
CONNECTING
OPEN
structs
CloseEvent
Config
variables
onbinarymessage
onclose
onerror
onopen
ontextmessage
Sends a binary message through the websocket.