- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 17 May 2017 09:55:23 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 May 2017 16:56:01 UTC
domenic commented on this pull request. > +[Exposed=(Window,Worker)] +interface AbortSignal : EventTarget { + readonly attribute boolean aborted; + + attribute EventHandler onabort; +};</pre> + +<dl class=domintro> + <dt><code><var>signal</var> . <a attribute for=AbortSignal>aborted</a></code> + <dd>Returns true if this {{AbortSignal}} has been aborted, and false otherwise. +</dl> + +<p>An {{AbortSignal}} object has an associated <dfn for=AbortSignal>aborted flag</dfn>. It is unset +unless specified otherwise. + +<p>An {{AbortSignal}} object has associated <dfn for=AbortSignal>abort algorithms</dfn>, which is a Hmm. This isn't exported, so I can't remove my algorithm from it. Maybe we should define "remove an algorithm from an AbortSignal" as well. Then it can stay un-exported. -- 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/437#pullrequestreview-38728113
Received on Wednesday, 17 May 2017 16:56:01 UTC