Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Aug 11, 2021
1 parent 613aad9 commit a591e54
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 @@ -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 Expand Up @@ -5993,7 +5993,7 @@ new Headers(meta2);
<var>object</var>:

<ol>
<li><p>If <var>header</var> does not contain exactly two items, then <a>throw</a> a
<li><p>If <var>header</var> is not a <a>sequence</a> which contains exactly two items, then <a>throw</a> a
{{TypeError}}.

<li><p><a lt=append for=Headers>Append</a> <var>header</var>'s first item/<var>header</var>'s
Expand Down

0 comments on commit a591e54

Please sign in to comment.