import { MultiformatReplica } from "https://deno.land/x/earthstar@v10.0.1/mod.browser.ts";
Returns a readable stream of document events which match a given query. The events can represent existing documents, newly ingested documents, or expiring documents.
Type Parameters
optional
F = DefaultFormatsParameters
optional
query: Omit<Query<[string]>, "formats"> = [UNSUPPORTED]optional
mode: QuerySourceModeoptional
formats: FormatsArg<F>