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

I guess there's a few cases:
- The SW does event.respondsWith(new Response(302))
- The SW does event.respondWith(fetch('url-that-redirects'))
- The SW does nothing, the server responds with HTTP 302


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

Received on Tuesday, 2 June 2015 02:34:28 UTC