- From: Jungkee Song <notifications@github.com>
- Date: Sun, 12 Apr 2015 22:47:04 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 13 April 2015 05:47:33 UTC
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