Re: [ServiceWorker] Navigating clients from the SW context? (#681)

@nhiroki I don't think "controller" is a defined thing, but active worker is [defined as](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#dfn-service-worker-client-active-worker):

> A service worker client has an associated active worker (an active worker) which currently controls it. It is initially set to null.

…which means the same.

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

Received on Thursday, 25 June 2015 10:38:15 UTC