- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 19 Oct 2021 13:32:29 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 October 2021 20:32:45 UTC
@domenic commented on this pull request. > @@ -1762,8 +1763,10 @@ constructor steps are: <p>The <dfn attribute for=AbortController><code>signal</code></dfn> getter steps are to return <a>this</a>'s <a for=AbortController>signal</a>. -<p>The <dfn method for=AbortController><code>abort()</code></dfn> method steps are to -<a for=AbortSignal>signal abort</a> on <a>this</a>'s <a for=AbortController>signal</a>. +<p>The <dfn method for=AbortController><code>abort(reason)</code></dfn> method steps are to +<a for=AbortSignal>signal abort</a> on <a>this</a>'s <a for=AbortController>signal</a>, with +the provided <var>reason</var>. If a <var>reason</var> is not passed, create a new "{{AbortError!!exception}}" +{{DOMException}}. But then, what about other specs that call "signal abort"? How will they set the abort reason? -- 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_r732222209
Received on Tuesday, 19 October 2021 20:32:45 UTC