- From: Patrick Meenan <notifications@github.com>
- Date: Thu, 30 Apr 2026 06:29:39 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1854/review/4205517969@github.com>
@pmeenan commented on this pull request. > + <ol> + <li><p>Let <var>dictionaryValue</var> be the result of + <a for="header list">getting a structured field value</a> given `<code>Use-As-Dictionary</code>`, + "<code>dictionary</code>", and <var>response</var>'s <a for=response>header list</a>. + + <li><p>If <var>dictionaryValue</var> is null or <var>dictionaryValue</var>["<code>match</code>"] + does not <a for=map>exist</a>, then return <var>response</var>. + + <li><p>Let <var>compressionDictionaryCache</var> be the result of + <a>determining the compression-dictionary cache partition</a> given <var>request</var>. + + <li><p>If <var>compressionDictionaryCache</var> is null, then return <var>response</var>. + + <li><p>Let <var>pattern</var> be the result of + <a for=/>creating a URL pattern</a> from <var>dictionaryValue</var>["<code>match</code>"] + and <var>request</var>'s <a for=request>current URL</a>. Thanks. This should be fixed now. I changed it to extract the "item" from match and to serialize the URL. Let me know if you think a different serialization is needed than the one I used. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1854#discussion_r3168262220 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1854/review/4205517969@github.com>
Received on Thursday, 30 April 2026 13:29:44 UTC