Skip to main content
Module

x/earthstar/src/entries/browser.ts

Storage for private, distributed, offline-first applications.
Go to Latest
import * as earthstar from "https://deno.land/x/earthstar@v10.0.2/src/entries/browser.ts";

Earthstar APIs which run in browsers.

Classes

A replica driver which perists to LocalStorage, which stores a maximum of five megabytes per domain. If you're storing multiple shares, this limit will be divided among all their replicas. Works in browsers and Deno.

A replica driver which persists data to IndexedDB.