Akash Joshi hace 7 años
padre
commit
27e13cb93b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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(