We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
See the documentation at tweaked.cc.
websocket_message
url: string, contents: string, binary: boolean
Queued when a websocket recieves a message. One may listen to this event instead of using .receive()
.receive()
websocket_closed
url: string, reason: string|nil, status: number|nil
Queued when a websocket is closed.