Skip to main content
Module

x/earthstar/src/entries/npm.ts>ReplicaIsClosedError

Storage for private, distributed, offline-first applications.
Go to Latest
class ReplicaIsClosedError
Re-export
import { ReplicaIsClosedError } from "https://deno.land/x/earthstar@v10.0.2/src/entries/npm.ts";

An IReplica or IReplicaDriver was used after close() was called on it.

Constructors

new
ReplicaIsClosedError(message?: string)