Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/earthstar/mod.browser.ts>MultiformatReplica#getLatestDocAtPath

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

Returns the most recently written version of a document at a path.

Parameters

path: Path
optional
format: FormatArg<F>

Returns

Promise<FormatDocType<F> | undefined>