Skip to main content
Module

x/earthstar/mod.browser.ts>SyncAgentOpts

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
type alias SyncAgentOpts
import { type SyncAgentOpts } from "https://deno.land/x/earthstar@v10.0.0-beta.8/mod.browser.ts";

Options used for initialisng a SyncAgent.

  • replica: The replica to represent.
  • mode: Whether to sync only existing docs or keep the connection open for new docs too.
definition: { replica: Replica; formats?: FormatsArg<F>; transferManager: TransferManager<F, unknown>; syncerManager: SyncerManager; syncAppetite: SyncAppetite; initiateMessaging: boolean; payloadThreshold: number; rangeDivision: number; }