Strangely, the editor's autocomplete does not provide available events for the Websocket class.
I know that Connected and Disconnected events exist but without the editor's help I can find out if others exist (and what parameters for the first two, even if I know).
I think WebSocket is a special class from jserver, and its event name is fixed as WebSocket. we can't add the element Event to jserver.xml like other classes for hints, otherwise on IDE it looks that there will be a prefix EventName, if you want some tips, add the element Comment for this.
I think WebSocket is a special class from jserver, and its event name is fixed as WebSocket. we can't add the element Event to jserver.xml like other classes for hints, otherwise on IDE it looks that there will be a prefix EventName, if you want some tips, add the element Comment for this.