- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 12 Mar 2021 00:56:16 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 March 2021 08:56:28 UTC
@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