diamond v2.7.0 (2018-03-07T22:17:16Z)
Dub
Repo
WebSocket.send
diamond
http
websockets
WebSocket
Sends a generic data value to the web socket.
class
WebSocket
final
void
send
(
T
)
(
T
value
)
Parameters
value
T
The value to send.
Meta
Source
See Implementation
diamond
http
websockets
WebSocket
functions
add
close
get
read
readBuffer
readBufferNext
readNext
readText
readTextNext
send
sendBuffer
sendText
waitForData
Sends a generic data value to the web socket.