Browse Source

Actualizar 'sw.js'

file-group-page
bat 3 years ago
parent
commit
237867ffe8
  1. 2
      sw.js

2
sw.js

@ -1,7 +1,7 @@
async function initCache() { async function initCache() {
const cache = await caches.open('v1') const cache = await caches.open('v1')
await cache.addAll([ await cache.addAll([
'/', //4 '/', //5
'/index.html', '/index.html',
'/app.js', '/app.js',
'/components/page.js', '/components/page.js',

Loading…
Cancel
Save