- From: Alexandra Borovova <notifications@github.com>
- Date: Wed, 19 Nov 2025 03:16:21 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 November 2025 11:16:24 UTC
@lutien commented on this pull request.
> @@ -4659,6 +4659,20 @@ the response. [[!HTTP-CACHING]]
<var>request</var>'s <a for=request>header list</a>.
</ol>
+ <li>
+ <p>If <var>request</var>'s <a for=request>header list</a>
+ <a for="header list">does not contain</a> `<code>Accept-Language</code>` and <var>request</var>'s
+ <a for=request>client</a> is non-null:
+
+ <ol>
+ <li><p>Let <var>emulatedLanguage</var> be the <a>WebDriver BiDi emulated language</a> for
+ <var>request</var>'s <a for=request>client</a>.
+
+ <li><p>If <var>emulatedLanguage</var> is non-null, then <a for="header list">append</a>
+ (`<code>Accept-Language</code>, <var>emulatedLanguage</var>, <a>isomorphic encoded</a>)
Alright, I've added "`". And moved encoding into a separate step to avoid having the three-tuple situation.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1869#discussion_r2541564598
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1869/review/3482136706@github.com>
Received on Wednesday, 19 November 2025 11:16:24 UTC