- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 19 Dec 2023 19:01:35 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 December 2023 03:01:41 UTC
@domenic commented on this pull request.
> @@ -6895,8 +6895,8 @@ to grow organically as needed.
otherwise. If this throws an exception |e|, return [=a promise rejected with=] |e|.
1. If |result| is a {{Promise}}, then return |result|.
1. Return [=a promise resolved with=] undefined.
- 1. Let |cancelAlgorithmWrapper| be an algorithm that runs these steps:
- 1. Let |result| be the result of running |cancelAlgorithm|, if |cancelAlgorithm| was given, or
+ 1. Let |cancelAlgorithmWrapper| be an algorithm that runs these steps given |reason|:
+ 1. Let |result| be the result of running |cancelAlgorithm| given |reason|, if |cancelAlgorithm| was given, or
Rewrap to 100 chars here and below
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1300#pullrequestreview-1790090472
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/streams/pull/1300/review/1790090472@github.com>
Received on Wednesday, 20 December 2023 03:01:41 UTC