Re: [whatwg/fetch] Editorial: Move handling of request 'client' to its own steps (PR #1793)

@annevk commented on this pull request.



> + <li><p>If <var>request</var>'s <a for=request>origin</a> is "<code>client</code>", then set
+ <var>request</var>'s <a for=request>origin</a> to  <var>request</var>'s <a for=request>client</a>'s
+ <a for="environment settings object">origin</a>.
+
+ <li>
+  <p>If <var>request</var>'s <a for=request>policy container</a> is "<code>client</code>":
+
+  <ol>
+   <li><p>If <var>request</var>'s <a for=request>client</a> is non-null, then set
+   <var>request</var>'s <a for=request>policy container</a> to a
+   <a lt="clone a policy container">clone</a> of <var>request</var>'s <a for=request>client</a>'s
+   <a for="environment settings object">policy container</a>. [[!HTML]]
+
+   <li><p>Otherwise, set <var>request</var>'s <a for=request>policy container</a> to a new
+   <a for=/>policy container</a>.
+  </ol></div>

```suggestion
  </ol>
```
I'm surprised this is not a build error. I guess Bikeshed parsing just drops it? cc @tabatkins 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1793#pullrequestreview-2505927050
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1793/review/2505927050@github.com>

Received on Monday, 16 December 2024 11:31:05 UTC