Re: [whatwg/fetch] Fix body handling on the Request constructor (#458)

This seems a little confusing to me because it mixes the conceptual level (linking to the model section for [transform stream](https://streams.spec.whatwg.org/#transform-stream)) with the concrete level (linking to the specific algorithm for [pipeTo](https://streams.spec.whatwg.org/#rs-pipe-to)). Maybe it is OK because we are just saying "everyone knows what an identity transform stream is". But it's not 100% clear to me, e.g. what the error propagation behavior is.

So in other words, the intent seems good, but it might not be precise enough. I'm curious what @annevk thinks.

Maybe one direction would be to make things even more vague, e.g. not mention the pipeTo algorithm at all, but just kind of vaguely describe how to get `rs` from `inputBody`?

-- 
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/458#issuecomment-273262165

Received on Tuesday, 17 January 2017 18:52:16 UTC