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

It feels like `getReader` would make sense if it returned the reader instance the first time, and then after that, returned a 'frozen' reader or something like that instead of throwing an error. An error might be thrown if you try to *act* upon that reader, rather than simply 'getting' it.

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

Received on Friday, 3 April 2015 02:29:05 UTC