Skip to main content
Module

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

Storage for private, distributed, offline-first applications.
Go to Latest
class ReplicaDriverWeb
implements IReplicaDriver
import { ReplicaDriverWeb } from "https://deno.land/x/earthstar@v10.0.2/src/entries/browser.ts";

A replica driver which persists data to IndexedDB.

Constructors

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

Properties

attachmentDriver: IReplicaAttachmentDriver
docDriver: IReplicaDocDriver