- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 21 Oct 2021 07:50:12 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 October 2021 14:50:25 UTC
@annevk commented on this pull request.
>
<ol>
<li><p>Let <var>signal</var> be a new {{AbortSignal}} object.
<li><p>Set <var>signal</var>'s [=AbortSignal/aborted flag=].
+ <li><p>Set <var>signal</var>'s [=AbortSignal/abort reason=] to <var>reason</var> if it is given;
+ otherwise to a new "{{AbortError!!exception}}" {{DOMException}}.
I think I'm okay either way, though we should keep it in mind in case we end up adding more things here at some point.
--
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/dom/pull/1027#discussion_r733762296
Received on Thursday, 21 October 2021 14:50:25 UTC