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

@annevk commented on this pull request.



> @@ -1817,6 +1822,16 @@ requirements to react in a reasonable way to {{AbortController/abort()}}. For ex
 [=AbortSignal/aborted flag=] might need to be propagated to a cross-thread environment, such as a
 service worker.
 
+<p>The static <dfn method for=AbortSignal><code>abort()</code></dfn> steps are:

```suggestion
<p>The static <dfn method for=AbortSignal><code>abort()</code></dfn> method steps are:
```

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

Received on Friday, 12 March 2021 08:57:09 UTC