You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.get now returns a clone of, rather than a reference to, cached objects. This means that manipulating responses from .get will no longer manipulate the cache entry. Thanks to @wikiwong
Fixed a bug that caused Browser storage is not supported by this browser. Defaulting to an in-memory cache. to show up in the console even when the user did not attempt to use browser storage. Thanks @ryardley
Fixing a bug that sometimes caused expirations to be evaluated in milliseconds rather than seconds. The same bug also had the ability to cause the expirations for keys set with background refresh to grow on every refresh.