- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 24 Jun 2015 13:41:34 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 24 June 2015 20:42:06 UTC
> https://github.com/whatwg/fetch/issues/61#issuecomment-114896481 I am not happy with getReader() setting the flag. Getting a reader should not be a destructive operation; it is completely reversible with `rs.getReader().releaseLock()`. The original post proposes that the various consuming methods set the flag. If a more generic mechanism is desired, then I think that `offset` as in https://github.com/whatwg/streams/issues/367 makes more sense. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/61#issuecomment-115004763
Received on Wednesday, 24 June 2015 20:42:06 UTC