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

x/earthstar/src/syncer/sync_agent.ts>SyncAgentGossiper

Storage for private, distributed, offline-first applications.
Go to Latest
class SyncAgentGossiper
import { SyncAgentGossiper } from "https://deno.land/x/earthstar@v10.2.0/src/syncer/sync_agent.ts";

Constructors

new
SyncAgentGossiper(opts: GossiperOpts<F>)

Properties

private
isFulfilled
private
isPartnerFulfilled
readonly
isDone

A promise which completes when this gossiper has gotten everything it has asked for and its counterpart is fulfilled.

Will never resolve if sync appetite is 'continuous'.