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#notify

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

Notifies all the observers of a change. Will trigger automatically when the state is changed through Store.set, but it can be forced by calling this method directly.