Skip to main content
Module

x/earthstar/src/entries/universal.ts>MultiformatReplica#close

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

Closes the replica, preventing new documents from being ingested or events being emitted. Any methods called after closing will return ReplicaIsClosedError.

Parameters

erase: boolean
  • Erase the contents of the replica. Defaults to false.

Returns

Promise<void>