cache name

This commit is contained in:
Miodec 2022-01-15 21:00:11 +01:00
parent 90ea8b4626
commit 8a3dde5720

View file

@ -1,4 +1,4 @@
const staticCacheName = "sw-cache";
const staticCacheName = "sw-cache-2022-1-15-21-00-09";
caches.keys().then(function (names) {
for (let name of names) {