Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/earthstar/mod.browser.ts>Syncer#onStatusChange

Storage for private, distributed, offline-first applications.
Go to Latest
method Syncer.prototype.onStatusChange
Re-export
import { Syncer } from "https://deno.land/x/earthstar@v10.0.1/mod.browser.ts";

Fires the provided callback whenever any shares' syncing progress changes.

Parameters

callback: (status: SyncerStatus) => void

Returns

() => void