Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/entries/browser.ts>ReplicaDriverWeb

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
class ReplicaDriverWeb
implements IReplicaDriver
import { ReplicaDriverWeb } from "https://deno.land/x/earthstar@v10.0.0/src/entries/browser.ts";

A replica driver which persists data to IndexedDB.

Constructors

new
ReplicaDriverWeb(shareAddress: ShareAddress, namespace?: string)

Properties

attachmentDriver: IReplicaAttachmentDriver
docDriver: IReplicaDocDriver