- From: Stuart P. Bentley <notifications@github.com>
- Date: Thu, 06 Apr 2017 16:31:36 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 April 2017 23:32:22 UTC
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