Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/src/entries/npm.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.0.2/src/entries/npm.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]