Skip to main content
Module

x/earthstar/mod.ts>QueryFollowerState

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
type alias QueryFollowerState
Re-export
import { type QueryFollowerState } from "https://deno.land/x/earthstar@v9.3.3/mod.ts";
  • new — not running yet; you need to call "await hatch()".
  • catching-up — hatch() has been called, we're catching up on old docs.
  • live — we're listening for new write events.
  • closed — the query follower is closed.
  • error — an unexpected error happened, maybe in your bus subscription handler.
definition:
| "new"
| "catching-up"
| "live"
| "closed"
| "error"