@dxos/client
    Preparing search index...

    Interface DedicatedWorkerSessionMessage

    Worker -> Any Client to start a session.

    interface DedicatedWorkerSessionMessage {
        appPort: MessagePort;
        clientId: string;
        systemPort: MessagePort;
        type: "session";
    }
    Index

    Properties

    appPort: MessagePort
    clientId: string
    systemPort: MessagePort
    type: "session"