Skip to content

Commit f71f63a

Browse files
committed
Fix section ordering
1 parent f57fc0d commit f71f63a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

api.bs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,19 +2211,6 @@ Issue: What is the correct [=request/credentials mode=]?
22112211

22122212
## Fetch monkey patches ## {#fetch-monkey-patches}
22132213

2214-
Modify [=HTTP-network fetch=] as follows:
2215-
2216-
<div algorithm=fetch-monkey-patch>
2217-
After the step
2218-
2219-
> 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-
22272214
<div algorithm>
22282215
To <dfn noexport>handle Attribution headers</dfn> given a [=request=] |request|
22292216
and [=response=] |response|, run these steps:
@@ -2255,6 +2242,19 @@ and [=response=] |response|, run these steps:
22552242

22562243
</div>
22572244

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|.
2255+
2256+
</div>
2257+
22582258
# Implementation Considerations # {#implementation-considerations}
22592259

22602260
* Management and distribution of values for the following:

0 commit comments

Comments
 (0)