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 has been 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.
Description
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 givegetCurrentPosition() and watchPosition() are deprecated on insecure origins
warning in console without any handler.Without stating this in the element catalog documentation, this causes confusion. Please see Caching with platinum-sw-register #106
Please see PR 102
Expected outcome
N/A
Actual outcome
N/A
Live Demo
N/A
Steps to reproduce
N/A
Browsers Affected
N/A
The text was updated successfully, but these errors were encountered: