mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-17 05:58:11 -07:00
heatmaps: part 10
This commit is contained in:
@@ -1916,7 +1916,7 @@ class BrkClientBase {
|
||||
const url = `${this.baseUrl}${path}`;
|
||||
/** @type {_MemEntry<T> | undefined} */
|
||||
const memHit = this._memGet(url);
|
||||
const browserCache = this._browserCache ?? await this._browserCachePromise;
|
||||
const browserCache = this._browserCache;
|
||||
|
||||
// L1 fast path: deliver from memCache, revalidate via network.
|
||||
// ETag match → zero parse, zero clone, zero cache write, no second onValue fire.
|
||||
|
||||
Reference in New Issue
Block a user