Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/mod.ts>SharedSettings#onServersChanged

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
method SharedSettings.prototype.onServersChanged
import { SharedSettings } from "https://deno.land/x/earthstar@v10.0.0/mod.ts";

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

Parameters

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