Browse Source

Actualizar 'sw.js'

file-group-page
bat 3 years ago
parent
commit
036defb707
  1. 2
      sw.js

2
sw.js

@ -23,7 +23,7 @@ async function cacheFirst(request) {
'Content-Type': 'text/html',
'Content-Security-Policy': csp,
}
}
})
}
}
const resp = await caches.match(request)

Loading…
Cancel
Save