- From: Ed Hager <notifications@github.com>
- Date: Wed, 22 Apr 2015 11:22:56 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 22 April 2015 18:23:22 UTC
Ok, I was looking at the pseudo code for getReader() is: 1. If IsReadableStream(this) is false, throw a TypeError exception. 1. Return AcquireReadableStreamReader(this). which does not do any locking tests. I see the test now in the ReadableStreamReader constructor. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/344#issuecomment-95291339
Received on Wednesday, 22 April 2015 18:23:22 UTC