Skip to content

Commit

Permalink
Tweak the "otherwise" case language for RequestInit
Browse files Browse the repository at this point in the history
Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
  • Loading branch information
pmeenan and annevk authored Dec 2, 2022
1 parent cee224d commit 7e62427
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7476,11 +7476,12 @@ constructor steps are:

<li>
<p>If <var>init</var>["{{RequestInit/priority}}"] <a for=map>exists</a>, then:

<ol>
<li><p>If <var>request</var>'s <a for=request>internal priority</a> is not null, update
<li><p>If <var>request</var>'s <a for=request>internal priority</a> is not null, then update
<var>request</var>'s <a for=request>internal priority</a> appropriately.

<li><p>Otherwise, set <var>request</var>'s <a for=request>priority</a> to the value of
<li><p>Otherwise, set <var>request</var>'s <a for=request>priority</a> to
<var>init</var>["{{RequestInit/priority}}"].
</ol>

Expand Down

0 comments on commit 7e62427

Please sign in to comment.