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
6333
+
<var>includeCredentials</var> (default false), and an optional boolean <var>forceNewConnection</var>
6334
+
(default false), run these steps:
6334
6335
6335
6336
<ol>
6336
6337
<li><p>Let <var>request</var> be <var>fetchParams</var>'s <a for="fetch params">request</a>.
6337
6338
6338
-
<li><p>If <var>request</var>'s <a for=request>mode</a> is "<code>no-cors</code>", then return the result of
6339
-
running <a>HTTP-network fetch</a> given <var>fetchParams</var>,<var>includeCredentials</var>, and
6340
-
<var>forceNewConnection</var>.
6339
+
<li><p>If <var>request</var>'s <a for=request>mode</a> is "<code>no-cors</code>", then return the
6340
+
result of running <a>HTTP-network fetch</a> given <var>fetchParams</var>,
6341
+
<var>includeCredentials</var>, and <var>forceNewConnection</var>.
6341
6342
6342
6343
<li><p>If the user agent is configured to block cookies for <var>request</var>, then return the
6343
6344
result of running <a>HTTP-network fetch</a> given <var>fetchParams</var>,
@@ -6351,43 +6352,49 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
6351
6352
<var>forceNewConnection</var>.
6352
6353
6353
6354
<li><p>Let <var>bestMatch</var> be the result of finding the best matching dictionary in
6354
-
<var>compressionDictionaryCache</var> for <var>request</var> as defined in [[!HTTP-COMPRESSION-DICTIONARIES]].
6355
+
<var>compressionDictionaryCache</var> for <var>request</var> as defined in
6356
+
[[!HTTP-COMPRESSION-DICTIONARIES]].
6355
6357
6356
6358
<li><p>If <var>bestMatch</var> is null, then return the result of running <a>HTTP-network fetch</a>
6357
6359
given <var>fetchParams</var>, <var>includeCredentials</var>, and <var>forceNewConnection</var>.
6358
6360
6359
-
<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]].
6361
+
<li><p>Add the `<code>Available-Dictionary</code>` and `<code>Dictionary-ID</code>`
6362
+
(if applicable) headers to <var>request</var> using <var>bestMatch</var> as defined in
6363
+
[[!HTTP-COMPRESSION-DICTIONARIES]].
6360
6364
6361
-
<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