.wsSend(msg)
Description
Parameters
Usage
ws_id = "url".newWebsocket()
ws_id.wsSend("Hello, World!")
// this sends a message to the websocket connectionLast updated
ws_id = "url".newWebsocket()
ws_id.wsSend("Hello, World!")
// this sends a message to the websocket connectionLast updated