File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1835,6 +1835,11 @@ service worker.
1835
1835
<p> The <dfn attribute for=AbortSignal>aborted</dfn> attribute's getter, when invoked, must return
1836
1836
true if the <a>context object</a> 's [=AbortSignal/aborted flag=] is set, and false otherwise.
1837
1837
1838
+ <p> The <dfn attribute for=AbortSignal><code>onabort</code></dfn> attribute is an
1839
+ <a>event handler IDL attribute</a> for the <dfn export for=AbortSignal><code>onabort</code></dfn>
1840
+ <a>event handler</a> , whose <a>event handler event type</a> is
1841
+ <dfn event for=AbortSignal><code>abort</code></dfn> .
1842
+
1838
1843
<p class=note> Changes to an {{AbortSignal}} object represent the wishes of the corresponding
1839
1844
{{AbortController}} object, but an API observing the {{AbortSignal}} object can chose to ignore
1840
1845
them. For instance, if the operation has already completed.
@@ -1852,7 +1857,7 @@ them. For instance, if the operation has already completed.
1852
1857
1853
1858
<li><p> <a for=set>Empty</a> <var> signal</var> 's <a for=AbortSignal>abort algorithms</a> .
1854
1859
1855
- <li><p> [=Fire an event=] named <code> abort </code> at <var> signal</var> .
1860
+ <li><p> [=Fire an event=] named {{AbortSignal/abort}} at <var> signal</var> .
1856
1861
</ol>
1857
1862
1858
1863
<p> A <var> followingSignal</var> (an {{AbortSignal}} ) is made to
You can’t perform that action at this time.
0 commit comments