Re: [whatwg/streams] ReadableStream reference implementation: remove unnecessary code (#992)

ricea commented on this pull request.



> @@ -460,10 +460,7 @@ function ReadableStreamPipeTo(source, dest, preventClose, preventAbort, preventC
       }
     }
 
-    pipeLoop().catch(err => {
-      currentWrite = Promise.resolve();

Thanks for the thorough analysis!

-- 
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/992#discussion_r258344924

Received on Wednesday, 20 February 2019 06:13:21 UTC