- From: Ashley Claymore <notifications@github.com>
- Date: Mon, 08 Dec 2025 23:26:19 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 December 2025 07:26:23 UTC
@acutmore commented on this pull request. > +<div algorithm> +<p>The <dfn method for=AbortSignal><code>addAbortCallback(<var>callback</var>)</code></dfn> method steps are: + + <ol> + <li><p>If <a>this</a> is [=AbortSignal/aborted=], then: + <ol> + <li><p><a spec=webidl>invoke</a> <var>callback</var> with « », and "<code>report</code>". + + <li><p>Return. + </ol> + + + <li> + <p>[=AbortSignal/Add|Add the following abort steps=] to [=this=]:</p> + <ol> + <li><p><a spec=webidl>invoke</a> <var>callback</var> with « », and "<code>report</code>". Wonderful! Thanks @jasnell -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1425#discussion_r2601416825 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1425/review/3555875129@github.com>
Received on Tuesday, 9 December 2025 07:26:23 UTC