Skip to content

Commit 5a27e4c

Browse files
committed
Editorial: use AbortSignal's aborted predicate
Follow-up: integrating abort reason is #1343. Fixes #1349.
1 parent 0613515 commit 5a27e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fetch.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7476,8 +7476,8 @@ method steps are:
74767476
<li><p>Let <var>request</var> be <var>requestObject</var>'s <a for=Request>request</a>.
74777477

74787478
<li>
7479-
<p>If <var>requestObject</var>'s <a for=Request>signal</a>'s <a for=AbortSignal>aborted flag</a>
7480-
is set, then:
7479+
<p>If <var>requestObject</var>'s <a for=Request>signal</a> is <a for=AbortSignal>aborted</a>,
7480+
then:
74817481

74827482
<ol>
74837483
<li><p><a>Abort fetch</a> with <var>p</var>, <var>request</var>, and null.

0 commit comments

Comments
 (0)