Skip to main content
Module

x/fresh_store/mod.ts>DuplicateObserverError

Simple store for Deno Fresh, to pass state between islands
Go to Latest
class DuplicateObserverError
extends Error
import { DuplicateObserverError } from "https://deno.land/x/fresh_store@v1.0.1/mod.ts";

Error that is triggered when a duplicated observer is being attached to a store.

Constructors

new
DuplicateObserverError()