Re: [ServiceWorker] Need for linkable and reusable section that defines the https restriction (#601)

@mounirlamouri we want the service worker script to be a networked resource so it can be updated. I think the specification requires `https` for that at the moment. I guess you could try to make it work locally, but I think that will fall apart given Chrome's origin policy for `file` URLs pretty quickly.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/601#issuecomment-69878105

Received on Wednesday, 14 January 2015 07:20:57 UTC