diff --git a/src/main.ts b/src/main.ts index d37a0b9..08ebd05 100644 --- a/src/main.ts +++ b/src/main.ts @@ -9,8 +9,9 @@ const intervalMS = 1 * 60 * 1000; const updateSW = registerSW({ onNeedRefresh() { - console.log('Need refresh - test'); + console.log('Refreshing page...'); }, + onOfflineReady() { console.log('Offline ready'); },