mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Delete sw.js
This commit is contained in:
parent
9920739f48
commit
38f05532d9
13
sw.js
13
sw.js
@ -1,13 +0,0 @@
|
|||||||
self.addEventListener('install', function(e) {
|
|
||||||
self.skipWaiting();
|
|
||||||
});
|
|
||||||
|
|
||||||
self.addEventListener('activate', function(e) {
|
|
||||||
self.registration.unregister()
|
|
||||||
.then(function() {
|
|
||||||
return self.clients.matchAll();
|
|
||||||
})
|
|
||||||
.then(function(clients) {
|
|
||||||
clients.forEach(client => client.navigate(client.url))
|
|
||||||
});
|
|
||||||
});
|
|
Loading…
Reference in New Issue
Block a user