- From: Guohui Deng <notifications@github.com>
- Date: Wed, 22 Jan 2025 10:46:30 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 January 2025 18:46:34 UTC
@guohuideng2024 commented on this pull request.
> @@ -5008,6 +5043,15 @@ steps:
<li><p>Let <var>type</var> be <var>blob</var>'s {{Blob/type}}.
+ <li><p>Let <var>coding</var> be the empty string.
+
+ <li><p>Let <var>accept-encoding</var> be the result of <a for="header list">getting</a>
+ `<code>Accept-Encoding</code>` from <var>request</var>'s <a for=request>header list</a>.
+ If <var>accept-encoding</var> is not null and the server selects one of the encoding options,
+ set <var>coding</var> to the selected encoding option; otherwise, i.e., no encoding is used,
+ set <var>coding</var> to <a href=https://httpwg.org/specs/rfc9110.html#field.accept-encoding>
Thanks for clarifying it for me. I wrongly thought I was on server side.
Modifed the text, leaving all filtering to resourceTiming spec.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1796#discussion_r1925806247
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1796/review/2568014082@github.com>
Received on Wednesday, 22 January 2025 18:46:34 UTC