Documentation
    Preparing search index...

    WebSocket

    type ToClientWebSocketOpen = {
        actorId: Id;
        headers: ReadonlyMap<string, string>;
        path: string;
    }
    Index

    Properties

    Properties

    actorId: Id
    headers: ReadonlyMap<string, string>
    path: string