Skip to main content
Module

x/earthstar/src/entries/browser.ts

Storage for private, distributed, offline-first applications.
Latest
File
/** * Earthstar APIs which run in browsers. * @module */
export { DocDriverLocalStorage } from "../replica/doc_drivers/localstorage.ts";export { DocDriverIndexedDB } from "../replica/doc_drivers/indexeddb.ts";export { AttachmentDriverIndexedDB } from "../replica/attachment_drivers/indexeddb.ts";export { ReplicaDriverWeb } from "../replica/driver_web.ts";