Re: [slightlyoff/ServiceWorker] Inconsistencies due to when clients are created (#870)

> For workers their settings object (client?) is created before the worker is fetched, and that worker is then used as the client for the actual request to fetch the worker.

I think this is not true. The fetch in run a worker is invoked with _outside settings_ which is the source client.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/870#issuecomment-220268110

Received on Thursday, 19 May 2016 09:06:01 UTC