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

x/earthstar/mod.ts>Replica#close

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
method Replica.prototype.close
Re-export
import { Replica } from "https://deno.land/x/earthstar@v10.0.0-alpha.2/mod.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>