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 whatwg#1343.

Fixes whatwg#1349.
  • Loading branch information
annevk authored and ericorth committed Feb 18, 2022
1 parent 24b91b4 commit 61e7893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7492,8 +7492,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 61e7893

Please sign in to comment.