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
> If <var ignore>includeCredentials</var> is true, then the user agent should parse and store response `Set-Cookie` headers given |request| and |response|.
2220
-
2221
-
add the step
2222
-
2223
-
1. [=Handle Attribution headers=] with |request| and |response|.
2224
-
2225
-
</div>
2226
-
2227
2214
<div algorithm>
2228
2215
To <dfn noexport>handle Attribution headers</dfn> given a [=request=] |request|
2229
2216
and [=response=] |response|, run these steps:
@@ -2255,6 +2242,19 @@ and [=response=] |response|, run these steps:
2255
2242
2256
2243
</div>
2257
2244
2245
+
Modify [=HTTP-network fetch=] as follows:
2246
+
2247
+
<div algorithm=fetch-monkey-patch>
2248
+
After the step
2249
+
2250
+
> If <var ignore>includeCredentials</var> is true, then the user agent should parse and store response `Set-Cookie` headers given |request| and |response|.
2251
+
2252
+
add the step
2253
+
2254
+
1. [=Handle Attribution headers=] with |request| and |response|.
0 commit comments