- From: Patrick Meenan <notifications@github.com>
- Date: Thu, 19 Mar 2026 07:23:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 March 2026 14:23:54 UTC
@pmeenan commented on this pull request. > @@ -3267,6 +3277,22 @@ or an <a>implementation-defined</a> value. </div> +<h3 id=compression-dictionary-cache-partitions>Compression-dictionary cache partitions</h3> + +<div algorithm> +<p>To <dfn>determine the compression-dictionary cache partition</dfn>, given a <a for=/>request</a> <var>request</var>: + +<ol> + <li><p>Let <var>key</var> be the result of <a for=request>determining the network partition key</a> + given <var>request</var>. + + <li><p>If <var>key</var> is null, then return null. + + <li><p>Return the unique compression-dictionary cache associated with <var>key</var>. [[!HTTP-COMPRESSION-DICTIONARIES]] There is a PR for clear-site-data now (linked). I looked through the storage spec and couldn't find anything relevant since it's another one of the various "network caches" and isn't directly addressable. Let me know if that's not the case and there's a specific API or area where it crosses with the storage spec. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1854#discussion_r2960426623 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1854/review/3975533680@github.com>
Received on Thursday, 19 March 2026 14:23:54 UTC