- From: Ben Kelly <notifications@github.com>
- Date: Mon, 30 Mar 2015 07:17:55 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 30 March 2015 14:18:20 UTC
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