mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-13 19:50:31 +00:00
Added binary flag to websocket_message docs
This commit is contained in:
parent
647902c019
commit
6c6b2c2ff3
@ -10,6 +10,7 @@ This event is normally handled by @{http.Websocket.receive}, but it can also be
|
|||||||
1. @{string}: The event name.
|
1. @{string}: The event name.
|
||||||
2. @{string}: The URL of the WebSocket.
|
2. @{string}: The URL of the WebSocket.
|
||||||
3. @{string}: The contents of the message.
|
3. @{string}: The contents of the message.
|
||||||
|
4. @{boolean}: Whether this is a binary message.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
Prints a message sent by a WebSocket:
|
Prints a message sent by a WebSocket:
|
||||||
|
Loading…
Reference in New Issue
Block a user