- From: Eric Portis <notifications@github.com>
- Date: Thu, 24 Jan 2019 08:03:39 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 24 January 2019 16:04:00 UTC
eeeps commented on this pull request.
> @@ -3584,6 +3601,12 @@ with a <i>CORS flag</i> and <i>recursive flag</i>, run these steps:
<a>queue a fetch-request-done task</a> for <var>request</var>.
</ol>
+ <li><p>If <var>request</var>'s destination is "image" and <var>response</var>'s
+ <a for=response>header list</a> <a for="header list">contains</a>
+ `<code>Content-DPR</code>`, set <var>response</var>'s <a for=response>density</a> value to the
This should be “*image* density", rather than just "density", to match up with the definition.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/773#pullrequestreview-196110465
Received on Thursday, 24 January 2019 16:04:00 UTC