Re: [whatwg/streams] Treat forAuthorCode as an internal slot of reader object. (#969)

MattiasBuelens requested changes on this pull request.

Can't seem to comment on unchanged lines... Anyway, line 1413 should also be changed:
```diff
 <emu-alg>
   1. If ! IsReadableStreamDefaultReader(*this*) is *false*, return <a>a promise rejected with</a> a *TypeError* exception.
   1. If *this*.[[ownerReadableStream]] is *undefined*, return <a>a promise rejected with</a> a *TypeError* exception.
-  1. Return ! ReadableStreamDefaultReaderRead(*this*, *true*).
+  1. Return ! ReadableStreamDefaultReaderRead(*this*).
 </emu-alg>
```



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/969#pullrequestreview-178498760

Received on Monday, 26 November 2018 21:03:20 UTC