Skip to main content
Module

x/earthstar/src/entries/npm.ts>SharedSettings#onServersChanged

Storage for private, distributed, offline-first applications.
Go to Latest
method SharedSettings.prototype.onServersChanged
import { SharedSettings } from "https://deno.land/x/earthstar@v10.0.2/src/entries/npm.ts";

Fires the given callback when the stored list of server URLs changes.

Parameters

cb: (shares: string[]) => void