- From: Ashley Claymore <notifications@github.com>
- Date: Mon, 08 Dec 2025 05:25:15 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 8 December 2025 13:25: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>". Noob question: is it implicit that the callback is no longer held once it's called? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1425#pullrequestreview-3543331888 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1425/review/3543331888@github.com>
Received on Monday, 8 December 2025 13:25:23 UTC