Re: [whatwg/fetch] Does terminating a fetch before headers come back reject the promise? (#416)

I think the original text accounted for this and then with the addition of streams and CSP it no longer correctly accounts for this.

We should probably just check for a network error after step 4 and then do an early return. Step 13 will then no longer have to check if response is a network error.

-- 
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/416#issuecomment-260579759

Received on Tuesday, 15 November 2016 08:37:30 UTC