Re: [ServiceWorker] Merge service worker client into "environment settings object" (#516)

A [document environment](https://html.spec.whatwg.org/#document-environment) is already a JavaScript global environment. So we can get to an environment settings object from there, but cannot get one without a JS global environment. But a service worker can control a document which has no script at all. We need the client concept can represent that bit as well.

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

Received on Thursday, 27 November 2014 09:57:15 UTC