Skip to main content
Module

x/earthstar/mod.browser.ts>Replica#overwriteAllDocsByAuthor

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
method Replica.prototype.overwriteAllDocsByAuthor
import { Replica } from "https://deno.land/x/earthstar@v9.3.3/mod.browser.ts";

Overwrite every document from this author, including history versions, with an empty doc.

Returns

Promise<number | ValidationError>

The number of documents changed, or -1 if there was an error.