bindings/websockets library

Classes

CloseEvent
A is sent to clients using WebSockets when the connection is closed. This is delivered to the listener indicated by the WebSocket object's onclose attribute.
CloseEventInit
WebSocket
The object provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection. To construct a , use the WebSocket() constructor. Note: This feature is available in Web Workers

Enums

BinaryType