Skip to main content
Module

x/earthstar/mod.browser.ts>MultiFormatReplicaOpts

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

Options for configuring a new replica.

  • validators: Validators for the kinds of documents this replica will replicate, e.g. FormatValidatorEs4.
  • driver: A driver the replica will use to read and persist documents.