mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
Poprawka SW
This commit is contained in:
+2
-1
@@ -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');
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user