- From: Mattias Buelens <notifications@github.com>
- Date: Thu, 13 Aug 2020 15:47:54 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 August 2020 22:48:07 UTC
@MattiasBuelens commented on this pull request.
> @@ -2079,24 +2112,26 @@ are even meant to be generally useful by other specifications.
before performing any reads or writes, since they might lead to immediate shutdown.
* <strong>Error and close states must be propagated:</strong> the following conditions must be
applied in order.
- 1. <strong>Errors must be propagated forward:</strong> if |source|.\[[state]] is or becomes
- "`errored`", then
+ 1. <strong>Errors must be propagated forward:</strong> if |source|.[=ReadableStream/[[state]]=]
It's not. I think I first tried to split the line before the "if", but then changed my mind. 😛
--
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/1050#discussion_r470290196
Received on Thursday, 13 August 2020 22:48:07 UTC