Browse Source

auto commit

factor1
jfinn 9 months ago
parent
commit
63f77ba34d
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      virtual_inline_script.call_demo.html

+ 4
- 0
virtual_inline_script.call_demo.html View File

@@ -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…
Cancel
Save