- From: Timothy Gu <notifications@github.com>
- Date: Tue, 21 Aug 2018 09:37:04 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 August 2018 16:37:26 UTC
TimothyGu commented on this pull request.
> @@ -1402,6 +1405,87 @@ lt="ReadableStreamDefaultReader(stream)">new ReadableStreamDefaultReader(<var>st
1. Perform ! ReadableStreamReaderGenericRelease(*this*).
</emu-alg>
+<h5 id="default-reader-iterator" method for="ReadableStreamDefaultReader">
+ iterator({ cancel = true } = {})
How about "getIterator" or "iterate"? The first provides consistency with the existing "getReader". I do prefer a name with a verb in it.
--
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/950#discussion_r211675384
Received on Tuesday, 21 August 2018 16:37:26 UTC