14 lines
287 B
Plaintext
14 lines
287 B
Plaintext
:sig
|
|
bool ws_is_binary()
|
|
|
|
:params
|
|
return value : true if the current WebSocket message is binary
|
|
|
|
:desc
|
|
Returns whether the message currently being handled by `WS()` arrived as a binary frame.
|
|
|
|
If this returns `false`, the current message was delivered as a text frame.
|
|
|
|
:see
|
|
>websocket
|