Re: [ServiceWorker] Resolve Job Promise can resolve jobs with an incorrect value (#829)

I'm not even sure what `ServiceWorker` needs an associated service worker client for. It's `postMessage` method doesn't even use the associated client but looks it up from the incumbent settings object instead, and I can't see anywhere else it is used either. So yes, removing the associated client from `ServiceWorker` and `ServiceWorkerRegistration` is probably the sanest solution, unless we're both missing something.

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

Received on Friday, 5 February 2016 20:05:32 UTC