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
{{ message }}
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
Service workers only work on HTTPS. They will fail silently by default on HTTP. I say 'default' because without on-service-worker-error the error will not appear on dev console which is the usual convention. For example, Google map api will give getCurrentPosition() and watchPosition() are deprecated on insecure origins warning in console without any handler.