Re: [streams] Add .bytesRead to ReadableByteStream.*Reader (#367)

I'm fine with `offset`.

- The good point of `offset` and `fooCount` is that it sounds like holding an accumulated historical data.
- The bad point of `count` is that it sounds like counting objects, not the result of `size()`
- `offset` may sound like it's settable to perform seeking, but it doesn't matter much.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/367#issuecomment-114732057

Received on Wednesday, 24 June 2015 05:30:56 UTC