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

> With the above (btw it's the signal that gets passed to fetch), I think it'd abort in time, since .text() would check the signal's state at the start.

Ok, thanks.  That's getting at my question a bit more.  Because its possible the entire body is in memory and available by the time we resolve the fetch() promise with the Response.  At the extreme, we can try to reason about how this works with empty string body or single character body.

-- 
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-292972750

Received on Monday, 10 April 2017 14:50:28 UTC