Type alias WebSocketConstructor

WebSocketConstructor: (new (address, protocol?) => WebSocket)

Type declaration

    • new (address, protocol?): WebSocket
    • Parameters

      • address: string
      • Optional protocol: string

      Returns WebSocket

Generated using TypeDoc