We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae1631 commit 861b2d8Copy full SHA for 861b2d8
src/Services/PWAService.php
@@ -39,6 +39,7 @@ public function RegisterServiceWorkerScript(): string
39
<!-- PWA scripts -->
40
<script src="{$swPath}"></script>
41
<script>
42
+ "use strict";
43
if ("serviceWorker" in navigator) {
44
navigator.serviceWorker.register("/sw.js").then(
45
(registration) => {
0 commit comments