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

x/earthstar/src/replica/replica-types.ts>LiveQueryEvent

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
type alias LiveQueryEvent
import { type LiveQueryEvent } from "https://deno.land/x/earthstar@v9.3.3/src/replica/replica-types.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)