- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 16 May 2017 00:09:56 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 May 2017 07:10:28 UTC
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