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

I think conceptually the stream can only have one reader at a time.  The stream is locked by getReader(), so if you try to call it again you get an exception.

Given those semantics, I think "get" is a bit better than "create".  Naming is hard, though.

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

Received on Monday, 30 March 2015 14:18:20 UTC