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
Today, the cache is an in memory cache that is blown away on page reload, we should instead persist this cache.
We should use CacheStorage/Cache when present and supported. Open questions are should we implement this for browsers that don’t support those cache APIs (maybe with indexDB).
The text was updated successfully, but these errors were encountered:
Today, the cache is an in memory cache that is blown away on page reload, we should instead persist this cache.
We should use CacheStorage/Cache when present and supported. Open questions are should we implement this for browsers that don’t support those cache APIs (maybe with indexDB).
The text was updated successfully, but these errors were encountered: