WebSocketClient.new

External Documentation

WebSocketClient(

  1. JSWebSocket _ws
)

Creates a new WebSocket client wrapper around the given JS WebSocket.

Implementation

WebSocketClient(this._ws);