[whatwg/xhr] Use Fetch's body read algorithms (#313)

I still need to do this for synchronous XHR. Currently it seems the specification implies the timeout there is until there's a response, but I wonder if it's actually until there's response EOF (which would also simplify things as it happens).
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/xhr/pull/313

-- Commit Summary --

  * Use Fetch's body read algorithms

-- File Changes --

    M xhr.bs (59)

-- Patch Links --

https://github.com/whatwg/xhr/pull/313.patch
https://github.com/whatwg/xhr/pull/313.diff

-- 
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/xhr/pull/313

Received on Friday, 19 February 2021 12:43:12 UTC