Re: [ServiceWorker] Expose ServiceWorkerContainer to Worker; Define service worker client as an environment settings object; Adding registration as a global; Moving .update() onto the registration object (ed665ba)

Summary of the changes (https://github.com/slightlyoff/ServiceWorker/pull/562 has been merged):
- Expose `ServiceWorkerContainer` to Worker (`WorkerNavigator.serviceWorker`)
- Define _service worker client_ in terms of an _environment settings object_
- Add `ServiceWorkerRegistration` object to `ServiceWorkerGlobalScope`
  - Meaning `.scope` is removed from `ServiceWorkerGlobalScope`
- Move `.update()` from `ServiceWorkerGlobalScope` to `ServiceWorkerRegistration`

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/commit/ed665ba2259eecf520d3aa73da1254d658d064ea#commitcomment-8757808

Received on Friday, 28 November 2014 08:41:19 UTC