Re: [streams] Difference in the specification between notes, pseudocode and example code (#344)

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