Re: [fetch] should navigation requests really be same-origin or no-cors? (#101)

Isn't this fixed with https://github.com/whatwg/fetch/issues/66?

When doing `respondWith(fetch(evt.request))`, where `evt.request` is a navigation, the request has a manual redirect flag. The redirect is sent back to `respondWith`, and the right thing happens.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/101#issuecomment-127944574

Received on Wednesday, 5 August 2015 10:05:01 UTC