Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/mod.browser.ts>SyncerSyncAgentEvent

Storage for private, distributed, offline-first applications.
Go to Latest
type alias SyncerSyncAgentEvent
import { type SyncerSyncAgentEvent } from "https://deno.land/x/earthstar@v10.0.1/mod.browser.ts";

A SyncAgentEvent addressed to a specific share address.

definition: SyncAgentEvent & { to: string; }