Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/mod.ts>MultiformatReplica#queryPaths

Storage for private, distributed, offline-first applications.
Go to Latest
method MultiformatReplica.prototype.queryPaths
Re-export
import { MultiformatReplica } from "https://deno.land/x/earthstar@v10.0.1/mod.ts";

Returns an array of all unique paths of documents returned by a given query.

Parameters

optional
query: Omit<Query<[string]>, "formats"> = [UNSUPPORTED]
optional
formats: FormatsArg<F>

Returns

Promise<Path[]>