Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.1/src/entries/browser.ts";

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.