kkrpc
    Preparing search index...

    Interface WebSocketClientTransportOptions

    Options for creating a browser WebSocket client transport.

    interface WebSocketClientTransportOptions {
        protocols?: string | string[];
        url: string;
    }
    Index

    Properties

    Properties

    protocols?: string | string[]

    Optional protocols passed to the WebSocket constructor.

    url: string

    WebSocket URL to connect to.