class ReplicaDriverWeb
implements IReplicaDriver
import { ReplicaDriverWeb } from "https://deno.land/x/earthstar@v10.2.0/src/entries/npm.ts";
A replica driver which persists data to IndexedDB.
Constructors
new
ReplicaDriverWeb(shareAddress: ShareAddress, namespace?: string)Properties
attachmentDriver: IReplicaAttachmentDriver
docDriver: IReplicaDocDriver