Akash Joshi 7 lat temu
rodzic
commit
27e13cb93b
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      server/offline/sw.js

+ 0 - 2
server/offline/sw.js

@@ -1,7 +1,5 @@
 // This is the "Offline copy of pages" service worker
 
-const {self} = WorkerGlobalScope;
-
 self.addEventListener('install', event => {
   const indexPage = new Request('index.html');
   event.waitUntil(