- From: Jungkee Song <notifications@github.com>
- Date: Thu, 19 May 2016 04:06:10 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Thursday, 19 May 2016 11:06:37 UTC
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