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

    Variable createClientServicesConst

    createClientServices: (
        config: Config,
        options?: CreateClientServicesOptions,
    ) => Promise<ClientServicesProvider>

    Create services from config.

    The deployment mode is chosen exclusively from runtime.client.services_mode (or runtime.client.remote_source for a remote services endpoint). If the selected mode requires a worker factory that was not supplied via CreateClientServicesOptions, this function throws — there is no implicit fallback.

    Type declaration