Skip to main content
Module

x/earthstar_replica_server/deps.ts>Earthstar.MultiformatReplica#close

An always-online Earthstar peer for your shares.
Latest
method Earthstar.MultiformatReplica.prototype.close
Re-export
import { Earthstar } from "https://deno.land/x/earthstar_replica_server@4.0.0-beta.1/deps.ts";
const { MultiformatReplica } = Earthstar;

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>