1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Update sw.js

This commit is contained in:
mihaisc 2022-08-02 11:34:07 +03:00 committed by GitHub
parent ce37be729b
commit a47b119007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
sw.js
View File

@ -1,8 +1,10 @@
self.addEventListener('install', function(e) {
console.log('script install')
self.skipWaiting();
});
self.addEventListener('activate', function(e) {
console.log('script activate')
self.registration.unregister()
.then(function() {
return self.clients.matchAll();