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
6462
+
<var>includeCredentials</var> (default false), and an optional boolean <var>forceNewConnection</var>
6463
+
(default false), run these steps:
6463
6464
6464
6465
<ol>
6465
6466
<li><p>Let <var>request</var> be <var>fetchParams</var>'s <a for="fetch params">request</a>.
6466
6467
6467
-
<li><p>If <var>request</var>'s <a for=request>mode</a> is "<code>no-cors</code>", then return the result of
6468
-
running <a>HTTP-network fetch</a> given <var>fetchParams</var>,<var>includeCredentials</var>, and
6469
-
<var>forceNewConnection</var>.
6468
+
<li><p>If <var>request</var>'s <a for=request>mode</a> is "<code>no-cors</code>", then return the
6469
+
result of running <a>HTTP-network fetch</a> given <var>fetchParams</var>,
6470
+
<var>includeCredentials</var>, and <var>forceNewConnection</var>.
6470
6471
6471
6472
<li><p>If the user agent is configured to block cookies for <var>request</var>, then return the
6472
6473
result of running <a>HTTP-network fetch</a> given <var>fetchParams</var>,
@@ -6480,43 +6481,49 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
6480
6481
<var>forceNewConnection</var>.
6481
6482
6482
6483
<li><p>Let <var>bestMatch</var> be the result of finding the best matching dictionary in
6483
-
<var>compressionDictionaryCache</var> for <var>request</var> as defined in [[!HTTP-COMPRESSION-DICTIONARIES]].
6484
+
<var>compressionDictionaryCache</var> for <var>request</var> as defined in
6485
+
[[!HTTP-COMPRESSION-DICTIONARIES]].
6484
6486
6485
6487
<li><p>If <var>bestMatch</var> is null, then return the result of running <a>HTTP-network fetch</a>
6486
6488
given <var>fetchParams</var>, <var>includeCredentials</var>, and <var>forceNewConnection</var>.
6487
6489
6488
-
<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]].
6490
+
<li><p>Add the `<code>Available-Dictionary</code>` and `<code>Dictionary-ID</code>`
6491
+
(if applicable) headers to <var>request</var> using <var>bestMatch</var> as defined in
6492
+
[[!HTTP-COMPRESSION-DICTIONARIES]].
6489
6493
6490
-
<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