Explorar el Código

auto commit

factor1
jfinn hace 9 meses
padre
commit
63f77ba34d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      virtual_inline_script.call_demo.html

+ 4
- 0
virtual_inline_script.call_demo.html Ver fichero

@@ -21,6 +21,7 @@
21 21
             };
22 22
 
23 23
             const isElectron = navigator.userAgent.includes('Electron');
24
+            /*
24 25
             const shouldRegisterWorker = !isElectron && !inIframe() && 'serviceWorker' in navigator;
25 26
 
26 27
             if (shouldRegisterWorker) {
@@ -33,6 +34,9 @@
33 34
                         console.log(err);
34 35
                     });
35 36
             }
37
+            */
38
+
39
+
36 40
         });
37 41
     </script>
38 42
     <script>

Loading…
Cancelar
Guardar