Re: [whatwg/dom] Add AbortSignal.aborted() static (#960)

@annevk commented on this pull request.

Thanks, this looks good to me. Mozilla would be fine with adding this.

> @@ -1794,6 +1798,16 @@ interface AbortSignal : EventTarget {
 <p>An {{AbortSignal}} object has an associated <dfn export for=AbortSignal>aborted flag</dfn>. It is
 unset unless specified otherwise.
 
+<p>The static <dfn method for=AbortSignal><code>abort()</code></dfn> steps are:

This should move a little further down to be just before the definition of `aborted`, but I can also fix this once we have agreement on adding this.

> @@ -1864,7 +1878,6 @@ these steps:
   </ol>
 </ol>
 
-

This should be restored.

-- 
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/960#pullrequestreview-609590652

Received on Thursday, 11 March 2021 10:10:24 UTC