Re: [whatwg/streams] Add @@asyncIterator to ReadableStream (#980)

ricea commented on this pull request.



> @@ -404,6 +406,9 @@ like
                 { preventClose, preventAbort, preventCancel, signal } = {})
     <a href="#rs-pipe-to">pipeTo</a>(dest, { preventClose, preventAbort, preventCancel, signal } = {})
     <a href="#rs-tee">tee</a>()
+
+    <a href="#rs-get-iterator">getIterator</a>({ preventCancel } = {})

I think yes, it has to go before getReader, and yes, that means moving the spec text. Sorry :smile:.

-- 
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/980#discussion_r252146977

Received on Wednesday, 30 January 2019 07:56:16 UTC