Testy SW c.d.

This commit is contained in:
2022-11-15 12:57:35 +01:00
parent 250835e802
commit 4e30dd0ac0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const intervalMS = 1 * 60 * 1000;
const updateSW = registerSW({
onNeedRefresh() {
console.log('Need refresh');
console.log('Need refresh - test');
},
onOfflineReady() {
console.log('Offline ready');