1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-02 18:13:21 +00:00

Merge pull request #927 from MCJack123/patch-8

Added binary flag to websocket_message docs
This commit is contained in:
Jonathan Coates 2021-09-23 20:34:21 +01:00 committed by GitHub
commit 5facbca2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ ## Return Values
1. @{string}: The event name.
2. @{string}: The URL of the WebSocket.
3. @{string}: The contents of the message.
4. @{boolean}: Whether this is a binary message.
## Example
Prints a message sent by a WebSocket: