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

So, I prefer to choose from either of the following combinations:
- Use `.offset` to detect modification by `.body` users + No change to the current algorithm (as specified by the current spec) regarding `fetch()`, `cache.put()`, etc. on a Request/Response with null/empty body.
- Use `.getReader()` to detect possibility of modification by `.body` users + Change the algorithm to mark a Request/Response used when passed to `fetch()`, `cache.put()`, etc. regardless of whether any bytes have been drained from it or not.


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

Received on Thursday, 25 June 2015 05:32:00 UTC