Re: [streams] ReadableStream.getReader name is a bit misleading (#308)

- `"get"`
    - objection: doesn't return the same object https://github.com/whatwg/streams/issues/308#issue-65215447
        - objection: it's common that the getXXX form is used in the web platform https://github.com/whatwg/streams/issues/308#issuecomment-88474774
    - objection: changes the state of the stream https://github.com/whatwg/streams/issues/308#issuecomment-88606829
- `"create"`
    - proposal: https://github.com/whatwg/streams/issues/308#issue-65215447
    - objection: because only one reader is available at a time https://github.com/whatwg/streams/issues/308#issuecomment-87696547
- `"take"`
    - proposal: short and suggests exclusive access https://github.com/whatwg/streams/issues/308#issuecomment-88086504
    - objection: https://github.com/whatwg/streams/issues/308#issuecomment-88456299
- `"acquire"`
    - proposal: https://github.com/whatwg/streams/issues/308#issuecomment-87829400
    - support: implies that an exclusive access is obtained https://github.com/whatwg/streams/issues/308#issuecomment-87948391
    - objection: too much types https://github.com/whatwg/streams/issues/308#issuecomment-87891461

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

Received on Thursday, 2 April 2015 04:49:20 UTC