Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh_store/mod.ts>Store#attach

Simple store for Deno Fresh, to pass state between islands
Latest
method Store.prototype.attach
import { Store } from "https://deno.land/x/fresh_store@v1.0.2/mod.ts";

Attaches/subscribes a new Observer to the store.

Parameters

observer: Observer<T>

Subscribes a new Observer to the store.