We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bdca8 commit da248c9Copy full SHA for da248c9
public/service-worker-driver.js
@@ -14,7 +14,7 @@ function extractCookieByName(cookie, name) {
14
// To refresh user's caches automatically, change the number in this name.
15
// That will cause `deleteOldCaches` to clean up the past one. So users might
16
// still need to refresh after that switch happens?
17
-const RCVERSE_SERVICE_WORKER_CACHE_NAME = "rcverse-service-worker-cache-v7";
+const RCVERSE_SERVICE_WORKER_CACHE_NAME = "rcverse-service-worker-cache-v8";
18
// Adapted from an MDN example
19
const deleteOldCaches = async () => {
20
const cacheKeepList = [RCVERSE_SERVICE_WORKER_CACHE_NAME];
0 commit comments