You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, Workbow Window is always used, even if Workox is disable.
The bundle should use the following way to initialize the SW when in this case:
<scriptdefer>
if ('serviceWorker' in navigator) {navigator.serviceWorker.register('/service-worker.js',{scope: "/",use_cache: true})}</script>
Example
No response
The text was updated successfully, but these errors were encountered:
Description
At the moment, Workbow Window is always used, even if Workox is disable.
The bundle should use the following way to initialize the SW when in this case:
Example
No response
The text was updated successfully, but these errors were encountered: