- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 24 Jun 2015 22:31:33 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 25 June 2015 05:32:00 UTC
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