- From: Mattias Buelens <notifications@github.com>
- Date: Mon, 26 Nov 2018 13:02:47 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 November 2018 21:03:20 UTC
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