@dxos/react-client
    Preparing search index...

    Type Alias CreateClientServicesOptions

    Index

    Properties

    createCoordinatorWorker?: () => SharedWorker

    Factory for creating the coordinator SharedWorker (for dedicated worker mode). Use for a custom entrypoint that e.g. initializes observability.

    Factory for creating a dedicated worker. Required for Runtime.Client.ServicesMode.DEDICATED_WORKER.

    createOpfsWorker?: LocalClientServicesParams["createOpfsWorker"]

    Factory for creating an OPFS worker.

    Escalation hook for persistent worker-connection failures (dedicated worker mode). See DedicatedWorkerClientServicesOptions.onPersistentFailure.

    sqlitePath?: LocalClientServicesParams["sqlitePath"]

    Path to SQLite database file for persistent indexing in Node/Bun.