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

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

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

Adds a new document to the replica. If a document signed by the same identity exists at the same path, it will be overwritten.

Parameters

keypair: AuthorKeypair
docToSet: Omit<FormatInputType<F>, "format">
optional
format: FormatArg<F> = [UNSUPPORTED]