Skip to content

Commit

Permalink
Clarifying that signal state is an instruction that may not be ignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Apr 11, 2017
1 parent c09b7fc commit 7e58b74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,11 @@ Worker).
The <dfn attribute for=AbortSignal>aborted</dfn> attribute's getter must return true if the object's
[=AbortSignal/aborted flag=] is set, and false otherwise.

<div class=note>
A signal's state (such as <a for=AbortSignal>aborted</a> and the accompanying "abort" event)
represent the controller's wishes, but an API listening to a signal may choose to ignore it. For
instance, an "abort" signal may be ignored if the operation has already completed.
</div>

<h2 id=nodes>Nodes</h2>

Expand Down

0 comments on commit 7e58b74

Please sign in to comment.