[whatwg/fetch] "reading a chunk" passes stream rather than a reader (#570)

https://fetch.spec.whatwg.org/#concept-request-transmit-body

> to the result of reading a chunk from body’s stream.

But [read a chunk](https://fetch.spec.whatwg.org/#concept-read-chunk-from-readablestream) takes a reader, not a stream.

-- 
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/570

Received on Friday, 28 July 2017 12:28:56 UTC