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 9f020f0 commit 331b284Copy full SHA for 331b284
src/index.html
@@ -137,7 +137,7 @@
137
const CACHE_NAME_EVERYTHING = "everything";
138
function _resetCacheIfNeeded() {
139
const cacheKey = "browserCacheVersionKey";
140
- const newCacheVersion = "V11"; // just increment this number to V2, v3 etc. to force clear the cached content.
+ const newCacheVersion = "V13"; // 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