rest-vir - v2.2.0
    Preparing search index...

    Type Alias MockWebSocketParamsExtras

    Extras that mock WebSocket implementations receive on top of the shared base params.

    type MockWebSocketParamsExtras = {
        webSocket: MockHostWebSocket;
    }
    Index

    Properties

    Properties

    The WebSocket the client is connected to, with send/close/event subscription.