Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Documentation needs to state service workers will work only on https. #101

Open
dman777 opened this issue May 13, 2016 · 0 comments
Open

Comments

@dman777
Copy link

dman777 commented May 13, 2016

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 give getCurrentPosition() 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant