[ServiceWorker] Does a SW control a page outside its scope reached by a redirect? (#706)

Suppose URL `A` is in a SW's scope. The browser navigates to `A` which returns an HTTP 302 redirect to URL `B` outside the SW's scope. Does the SW control the page?

I think it should not control the page, and I'm wondering if this is covered by the spec?

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

Received on Tuesday, 2 June 2015 00:15:36 UTC