mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
sw: don't remove cache
This commit is contained in:
parent
fcea986d25
commit
0481245a3d
1 changed files with 0 additions and 3 deletions
|
@ -21,9 +21,6 @@ if (process.env.NODE_ENV === 'production') {
|
|||
},
|
||||
updated() {
|
||||
console.log('New content is available; please refresh.')
|
||||
caches.keys().then(function (names) {
|
||||
for (let name of names) caches.delete(name);
|
||||
})
|
||||
},
|
||||
offline() {
|
||||
console.log('No internet connection found. App is running in offline mode.')
|
||||
|
|
Loading…
Reference in a new issue