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

Right. Determining the active worker is done in [Handle Fetch](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#on-fetch-request-algorithm) step 12.3. That is, the fetch is a non-subresource request and the scope of the request url matches one of the registrations.

---
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-220293674

Received on Thursday, 19 May 2016 11:06:37 UTC