Re: [ServiceWorker] Define environment settings object for service workers (#526)

A service worker's global, i.e. a `ServiceWorkerGlobalScope` object has its associate _service worker_. (https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#dfn-service-worker-global-scope-service-worker) And this _service worker_ internal slot has a reference to its _containing service worker registration_.  (https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#dfn-containing-service-worker-registration)

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

Received on Monday, 13 April 2015 05:47:33 UTC