Skip to main content
Module

x/earthstar/mod.browser.ts>LiveQueryEvent

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
type alias LiveQueryEvent
Re-export
import { type LiveQueryEvent } from "https://deno.land/x/earthstar@v9.3.3/mod.browser.ts";
  • DocAlreadyExists — processing an old doc as you catch up
  • IdleEvent — reached the end of existing docs; waiting for new docs
  • IngestEvent — the result of a replica ingesting a document
  • ReplicaEventWillClose — the replica is about to close
  • ReplicaEventDidClose — the replica has closed
  • QueryFollowerDidClose — the query follower was closed (can happen on its own or after the replica closes)