[whatwg/fetch] Use ReadableStreamPipeTo in Request constructor (#959)

We have used an imprecise sentence for creating a ReadableStream "from which
one can read the exactly same data as one could read" from the original
ReadableStream, because transform streams and piping were not defined. Now they
are available, so let's use them.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/fetch/pull/959

-- Commit Summary --

  * Use ReadableStreamPipeTo in Request constructor

-- File Changes --

    M fetch.bs (16)

-- Patch Links --

https://github.com/whatwg/fetch/pull/959.patch
https://github.com/whatwg/fetch/pull/959.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/fetch/pull/959

Received on Thursday, 7 November 2019 05:45:24 UTC