You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
given a <a for=/>fetch params</a><var>fetchParams</var>, an optional boolean
6531
+
<var>includeCredentials</var> (default false), and an optional boolean <var>forceNewConnection</var>
6532
+
(default false), run these steps:
6532
6533
6533
6534
<ol>
6534
6535
<li><p>Let <var>request</var> be <var>fetchParams</var>'s <a for="fetch params">request</a>.
6535
6536
6536
-
<li><p>If <var>request</var>'s <a for=request>mode</a> is "<code>no-cors</code>", then return the result of
6537
-
running <a>HTTP-network fetch</a> given <var>fetchParams</var>,<var>includeCredentials</var>, and
6538
-
<var>forceNewConnection</var>.
6537
+
<li><p>If <var>request</var>'s <a for=request>mode</a> is "<code>no-cors</code>", then return the
6538
+
result of running <a>HTTP-network fetch</a> given <var>fetchParams</var>,
6539
+
<var>includeCredentials</var>, and <var>forceNewConnection</var>.
6539
6540
6540
6541
<li><p>If the user agent is configured to block cookies for <var>request</var>, then return the
6541
6542
result of running <a>HTTP-network fetch</a> given <var>fetchParams</var>,
@@ -6549,43 +6550,49 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
6549
6550
<var>forceNewConnection</var>.
6550
6551
6551
6552
<li><p>Let <var>bestMatch</var> be the result of finding the best matching dictionary in
6552
-
<var>compressionDictionaryCache</var> for <var>request</var> as defined in [[!HTTP-COMPRESSION-DICTIONARIES]].
6553
+
<var>compressionDictionaryCache</var> for <var>request</var> as defined in
6554
+
[[!HTTP-COMPRESSION-DICTIONARIES]].
6553
6555
6554
6556
<li><p>If <var>bestMatch</var> is null, then return the result of running <a>HTTP-network fetch</a>
6555
6557
given <var>fetchParams</var>, <var>includeCredentials</var>, and <var>forceNewConnection</var>.
6556
6558
6557
-
<li><p>Add the `<code>Available-Dictionary</code>` and `<code>Dictionary-ID</code>` (if applicable) headers to <var>request</var> using <var>bestMatch</var> as defined in [[!HTTP-COMPRESSION-DICTIONARIES]].
6559
+
<li><p>Add the `<code>Available-Dictionary</code>` and `<code>Dictionary-ID</code>`
6560
+
(if applicable) headers to <var>request</var> using <var>bestMatch</var> as defined in
6561
+
[[!HTTP-COMPRESSION-DICTIONARIES]].
6558
6562
6559
-
<li><p><a>Combine</a> (`<code>Accept-Encoding</code>`, `<code>dcb</code>`) in <var>request</var>'s <a for=request>header list</a>.
0 commit comments