forked from cadey/xesite
parent
83d1fb8ad4
commit
05f56ad3c3
|
@ -5,7 +5,7 @@ self.addEventListener('install', function (event) {
|
||||||
event.waitUntil(preLoad());
|
event.waitUntil(preLoad());
|
||||||
});
|
});
|
||||||
|
|
||||||
const cacheName = "cache-xesite-2.3.0-2";
|
const cacheName = "cache-xesite-2.3.0-3";
|
||||||
|
|
||||||
var preLoad = function () {
|
var preLoad = function () {
|
||||||
console.log('[PWA Builder] Install Event processing');
|
console.log('[PWA Builder] Install Event processing');
|
||||||
|
|
Loading…
Reference in New Issue