Skip to main content
Module

x/earthstar/mod.browser.ts>ReplicaCache#onCacheUpdated

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
method ReplicaCache.prototype.onCacheUpdated
import { ReplicaCache } from "https://deno.land/x/earthstar@v9.3.3/mod.browser.ts";

Subscribes to the cache, calling a callback when previously returned results can be considered stale. Returns a function for unsubscribing.

Parameters

callback: (entryKey: string) => void

Returns

() => void