- From: Hiroki Nakagawa <notifications@github.com>
- Date: Tue, 23 Jun 2015 02:48:34 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 23 June 2015 09:49:05 UTC
>From the step 4 on navigate(): > If the context object's associated service worker client's active worker is not the incumbent settings object's global object's service worker, return a promise rejected with a TypeError. According to [jake's comment](https://github.com/slightlyoff/ServiceWorker/issues/681#issuecomment-103556480), a client to be navigated should be controlled by the incumbent service worker, so "service worker client's active worker" should be "service worker client's controller". --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/681#issuecomment-114423686
Received on Tuesday, 23 June 2015 09:49:05 UTC