Skip to content

Commit

Permalink
Editorial: use AbortSignal's aborted predicate
Browse files Browse the repository at this point in the history
Follow-up: integrating abort reason is #1343.

Fixes #1349.
  • Loading branch information
annevk committed Nov 9, 2021
1 parent 0613515 commit 9365d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch.bs
Expand Up @@ -7476,8 +7476,8 @@ method steps are:
<li><p>Let <var>request</var> be <var>requestObject</var>'s <a for=Request>request</a>.

<li>
<p>If <var>requestObject</var>'s <a for=Request>signal</a>'s <a for=AbortSignal>aborted flag</a>
is set, then:
<p>If <var>requestObject</var>'s <a for=Request>signal</a> is <a for=AbortSignal>aborted</a>,
then:

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

0 comments on commit 9365d69

Please sign in to comment.