[whatwg/fetch] How can I create a response with redirected: true (#552)

I maintain https://github.com/wheresrhys/fetch-mock (a mock fetch implementation) and it's been [brought to my attention](https://github.com/wheresrhys/fetch-mock) that I don't support the `redirected` property on Responses. 

Reading the spec, the `redirected` property is a getter dependent on the private implementation of `url list`. Is there any way I can create a synthetic redirected Response?






-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/552

Received on Monday, 12 June 2017 21:41:20 UTC