We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835871c commit 0562f0aCopy full SHA for 0562f0a
src/index.html
@@ -137,7 +137,7 @@
137
const CACHE_NAME_EVERYTHING = "everything";
138
function _resetCacheIfNeeded() {
139
const cacheKey = "browserCacheVersionKey";
140
- const newCacheVersion = "V8"; // just increment this number to V2, v3 etc. to force clear the cached content.
+ const newCacheVersion = "V9"; // just increment this number to V2, v3 etc. to force clear the cached content.
141
const lastClearedVersion = window.localStorage.getItem(cacheKey);
142
if(lastClearedVersion === null){
143
// setup First load flag, no cache, return.
0 commit comments