Re: [whatwg/streams] Allow aborting an ongoing pipe operation using AbortSignals (#744)

annevk commented on this pull request.



> @@ -700,6 +718,8 @@ ReadableStream(<var>underlyingSource</var> = {}, { <var>size</var>, <var>highWat
        an error _error_, which means to perform the following steps:
        1. Perform ! WritableStreamDefaultWriterRelease(_writer_).
        1. Perform ! ReadableStreamReaderGenericRelease(_reader_).
+       1. If _signal_ is not *undefined*, remove the above algorithm from _signal_'s <a for="AbortSignal">abort
+          algorithms</a>.

Maybe stuff the algorithm in a variable?

-- 
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/744#pullrequestreview-38306036

Received on Tuesday, 16 May 2017 07:10:28 UTC