Poprawka SW

This commit is contained in:
2022-11-15 13:01:49 +01:00
parent 4e30dd0ac0
commit b18f268010
+2 -1
View File
@@ -9,8 +9,9 @@ const intervalMS = 1 * 60 * 1000;
const updateSW = registerSW({ const updateSW = registerSW({
onNeedRefresh() { onNeedRefresh() {
console.log('Need refresh - test'); console.log('Refreshing page...');
}, },
onOfflineReady() { onOfflineReady() {
console.log('Offline ready'); console.log('Offline ready');
}, },