[ServiceWorker] Make the Cache API deal with request's redirect mode not being "follow" (#737)

I think it would make sense for the Cache API to take request's redirect mode into account. Currently the Cache API always returns the redirected response. IT would make sense that when redirect mode is not "follow", you'd get an error instead.

See also https://github.com/whatwg/fetch/issues/79.

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

Received on Friday, 21 August 2015 11:21:26 UTC