- From: Patrick Meenan <notifications@github.com>
- Date: Wed, 11 Feb 2026 10:02:57 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 February 2026 18:03:01 UTC
@pmeenan commented on this pull request. > + + <li><p>If <var>compressionDictionaryCache</var> is null, then return <var>response</var>. + + <li><p>Let <var>corpPolicy</var> be the result of <a for="header list">getting</a> + `<a http-header><code>Cross-Origin-Resource-Policy</code></a>` from <var>response</var>'s + <a for=response>header list</a>. + + <li><p>If <var>request</var>'s <a for=request>response tainting</a> is "<code>opaque</code>" and + <var>corpPolicy</var> is not `<code>cross-origin</code>`, then return <var>response</var>. + + <li><p>Let <var>expirationTime</var> be the time at which the <var>response</var> becomes stale. + + <li><p>If <var>expirationTime</var> is not in the future, then return <var>response</var>. + + <li><p>Store <var>response</var> in <var>compressionDictionaryCache</var> with its associated + <var>dictionaryValue</var> and <var>expirationTime</var>. Fixed. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1854#discussion_r2794707088 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1854/review/3786387671@github.com>
Received on Wednesday, 11 February 2026 18:03:01 UTC