zibri
    Preparing search index...

    Type Alias WebsocketRequestWithConnection<Connection>

    A websocket request with the connection that belongs to it.

    type WebsocketRequestWithConnection<Connection extends BaseWebsocketConnection> = {
        connection: Connection;
        request: WebsocketRequest;
    }

    Type Parameters

    Index

    Properties

    Properties

    connection: Connection

    The connection that the request comes from.

    The websocket request.