Interface WebSocketConstructor

interface WebSocketConstructor {
    new WebSocketConstructor(
        url: string | URL,
        protocols?: string | string[],
    ): WebSocket;
}

Constructors

Constructors

  • Parameters

    • url: string | URL
    • Optionalprotocols: string | string[]

    Returns WebSocket