sendText

sendText(msg:           utf8;
         finalFragment: Boolean);

The sendText method of the JadeWebSocket class sends the Unicode text in a UTF8‑encoded format specified in the msg parameter to the client via the WebSocket connection.

The value of the finalFragment parameter is true if the message is the final data fragment to send; otherwise the value is false.

2018.0.01 and higher