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

So my main problem is, what happens if the developer overrides `pipeTo()`? I guess you want to use some kind of safe `pipeTo()`? Maybe Streams should define a way to invoke that. If `pipeTo()` is safe, then invoking it with a conceptual stream is probably okay. But if `pipeTo()` needs to be abstracted anyway, we might as well abstract the identity transform stream too.

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

Received on Wednesday, 18 January 2017 09:36:40 UTC