diff --git a/dom.bs b/dom.bs index df2a5afff..4064c3fd3 100644 --- a/dom.bs +++ b/dom.bs @@ -1835,6 +1835,11 @@ service worker.

The aborted attribute's getter, when invoked, must return true if the context object's [=AbortSignal/aborted flag=] is set, and false otherwise. +

The onabort attribute is an +event handler IDL attribute for the onabort +event handler, whose event handler event type is +abort. +

Changes to an {{AbortSignal}} object represent the wishes of the corresponding {{AbortController}} object, but an API observing the {{AbortSignal}} object can chose to ignore them. For instance, if the operation has already completed. @@ -1852,7 +1857,7 @@ them. For instance, if the operation has already completed.

  • Empty signal's abort algorithms. -

  • [=Fire an event=] named abort at signal. +

  • [=Fire an event=] named {{AbortSignal/abort}} at signal.

    A followingSignal (an {{AbortSignal}}) is made to