Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

I believe the state is supposed to change to `responding` before the `fetch` resolves, and then only change to `completed` when whatever body-consuming promise like `res.text()` resolves.

Aside: what happened to having two separate states for "responding with headers" and "responding with body", which demarcate the pre- and post-resolution sides of the fetch response object? I'm pretty sure the proposal I write had that.

-- 
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/447#issuecomment-292361042

Received on Thursday, 6 April 2017 23:32:22 UTC