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

x/earthstar/mod.browser.ts>MultiformatReplica#onEvent

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

Provide a callback to be triggered every time a replica event occurs.

Parameters

callback: (event: ReplicaEvent<DocBase<FormatName>>) => void | Promise<void>