- From: Guohui Deng <notifications@github.com>
- Date: Wed, 22 Jan 2025 10:44:41 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 January 2025 18:44:45 UTC
@guohuideng2024 commented on this pull request. > <li><p>Return a new <a for=/>response</a> whose <a for=response>status message</a> is `<code>OK</code>`, <a for=response>header list</a> is « (`<code>Content-Type</code>`, - <var>mimeType</var>) », and <a for=response>body</a> is <var>dataURLStruct</var>'s - <a for="data: URL struct">body</a> <a for="byte sequence">as a body</a>. + <var>mimeType</var>), (`<code>Content-Encoding</code>`, <var>coding</var>) », and + <a for=response>body</a> is <var>dataURLStruct</var>'s <a for="data: URL struct"> + body</a> <a for="byte sequence">as a body</a>. I now understand what data url is and `contentEncoding` doesn't apply to it. So I removed the text. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1796#discussion_r1925804065 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1796/review/2568010660@github.com>
Received on Wednesday, 22 January 2025 18:44:45 UTC