- From: Alex Sexton <notifications@github.com>
- Date: Thu, 02 Apr 2015 19:34:10 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 3 April 2015 02:34:32 UTC
I don't find `read` to be a confusing name for something that might throw if I called it at the wrong time. It doesn't seem like the same naming problem to me. Alternatively, it could be more like the APIs that require user permissions, in that the access can be blocked: ```js stream.requestReader(function(err, reader) {}); ``` But then it gets all async and weird, but "request" feels more right. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/308#issuecomment-89128438
Received on Friday, 3 April 2015 02:34:32 UTC