Re: [fetch] Proposed backward-incompatible change: requiring cloning all requests/responses (#61)

> Note that we cannot just use getReader() and write everything in terms of that as sometimes the Response/Request object will not have an associated stream.

Why is that?  It seems fixed length bodies can be represented by a stream and empty/null bodies can be represented by a stream.

I would prefer if just have getReader() set the flag and then everything else call getReader().

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/61#issuecomment-114911503

Received on Wednesday, 24 June 2015 15:30:35 UTC