fixed service worker
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
self.addEventListener('install', event => {
|
||||
console.log('Patching PWA Service Worker: Installing...');
|
||||
});
|
||||
|
||||
self.addEventListener('activate', event => {
|
||||
console.log('Patching PWA Service Worker: Activating...');
|
||||
});
|
||||
|
||||
console.log('Patching PWA Service Worker: Script loaded.');
|
||||
Reference in New Issue
Block a user