File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55- Add ` cache ` property to status objects, in order to
66 differentiate which cache is emitting the metric or trace.
77- Several small bugs regarding fetch behavior edge cases.
8- - ` onInsert ` does not fire for background fetch internal
9- promises.
10- - ` dispose() ` and ` disposeAfter() ` now fire for the stale
11- value left behind when an in-process background fetch is
12- pre-empted by eviction.
13- - ` fetchMethod ` that returns a non-Promise value is handled
14- correctly.
15- - No ` Error ` is created, or ` abort() ` signaled, when a
16- background fetch promise is resolved. (Presumably the
17- implementation is done by that point.)
8+ - ` onInsert ` does not fire for background fetch internal
9+ promises.
10+ - ` dispose() ` and ` disposeAfter() ` now fire for the stale
11+ value left behind when an in-process background fetch is
12+ pre-empted by eviction.
13+ - ` fetchMethod ` that returns a non-Promise value is handled
14+ correctly.
15+ - No ` Error ` is created, or ` abort() ` signaled, when a
16+ background fetch promise is resolved. (Presumably the
17+ implementation is done by that point.)
1818
1919## 11.3
2020
You can’t perform that action at this time.
0 commit comments