Skip to content

Commit

Permalink
Correct variable name in HTTP-network fetch
Browse files Browse the repository at this point in the history
Fixes #1283 and closes #1298.
  • Loading branch information
ronag authored Aug 31, 2021
1 parent 613aad9 commit 4c1c5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5147,7 +5147,7 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
<li><p>Let <var>timingInfo</var> be <var>fetchParams</var>'s <a for="fetch params">timing info</a>.

<li><p>Let <var>httpCache</var> be the result of <a>determining the HTTP cache partition</a>, given
<var>httpRequest</var>.
<var>request</var>.

<li><p>If <var>httpCache</var> is null, then set <var>request</var>'s <a for=request>cache mode</a>
to "<code>no-store</code>".
Expand Down

0 comments on commit 4c1c5b0

Please sign in to comment.