- From: Mattias Buelens <notifications@github.com>
- Date: Sun, 16 Sep 2018 07:52:10 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 16 September 2018 14:52:32 UTC
MattiasBuelens requested changes on this pull request. One tiny typo left. Other than that, spec text looks good. 👍 > + </thead> + <tr> + <td>\[[asyncIteratorReader]] + <td class="non-normative">A {{ReadableStreamDefaultReader}} instance + </tr> + <tr> + <td>\[[preventCancel]] + <td class="non-normative">A boolean value indicating if the stream will be <a lt="cancel a readable + stream">canceled</a> when the async iterator's {{ReadableStreamAsyncIteratorPrototype/return()}} method is called + </tr> +</table> + +<h4 id="rs-asynciterator-prototype-next" method for="ReadableStreamAsyncIteratorPrototype">next()</h4> + +<emu-alg> + 1. If ! IsReadableStreamAsyncIterator(*this*) is *false*, <a>a promise rejected with</a> *TypeError* exception. The word "return" is missing in this sentence. -- 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/954#pullrequestreview-155747396
Received on Sunday, 16 September 2018 14:52:32 UTC