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

@annevk commented on this pull request.



>    readonly attribute boolean aborted;
 
   attribute EventHandler onabort;
 };</pre>
 
 <dl class=domintro>
+ <dt><code>AbortSignal . <a method for="AbortSignal">abort()</a></code>
+ <dd>Returns an {{AbortSignal}} instance whose <a for=AbortSignal>aborted flag</a> is set.

```suggestion
 <dd>Returns an {{AbortSignal}} instance whose <a for=AbortSignal>aborted flag</a> is set.
 
```

-- 
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-610569440

Received on Friday, 12 March 2021 08:56:28 UTC