This commit is contained in:
Magnus Åhall 2024-12-03 13:56:38 +01:00
parent ac8b334eee
commit 04c101982f
6 changed files with 98 additions and 39 deletions

View file

@ -61,6 +61,6 @@ self.addEventListener('activate', event => {
})
self.addEventListener('fetch', event => {
console.log('SERVICE WORKER: fetch')
//console.log('SERVICE WORKER: fetch')
event.respondWith(fetchAsset(event))
})