edgeport - v1.0.3
    Preparing search index...

    Interface WsConnectOptions

    Options for connect.

    interface WsConnectOptions {
        headers?: Record<string, string>;
        protocols?: string[];
    }
    Index
    headers?: Record<string, string>

    Extra request headers merged into the upgrade fetch.

    protocols?: string[]

    Subprotocols to offer; sent as the Sec-WebSocket-Protocol header.