- From: Yoav Weiss <notifications@github.com>
- Date: Mon, 28 May 2018 05:41:36 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 28 May 2018 12:42:04 UTC
yoavweiss commented on this pull request. > @@ -1758,6 +1757,46 @@ of which is one of `<code>DPR</code>`, `<code>Save-Data</code>`, `<code>Viewport `<code>Width</code>`. +<h3 id=accept-ch-cache>Accept-CH cache</h3> + +<p>An <dfn id=concept-accept-ch-cache>Accept-CH cache</dfn> is owned by the user agent and consists + of a collection of entries where each entry has these fields: + +<ul class=brief> + <li><dfn id=concept-accept-ch-cache-origin for=accept-ch-cache>origin</dfn> (an <a for=/>origin</a>) + <li><dfn id=concept-accept-ch-cache-max-age for=accept-ch-cache>max-age</dfn> (a number of seconds) + <li><dfn id=concept-accept-ch-cache-client-hints-list for=accept-ch-cache>client-hints list</dfn> +</ul> + +<p>Entries must be removed after the seconds specified in the @mikewest what's the best way to hook this to clear-site-data or similar UI concepts (e.g. user cleared their cookies)? Looking at https://w3c.github.io/webappsec-clear-site-data/#clear-dom it seems to enumerate all the relevant things that need to be cleared? Should the ACHL cache do the same? -- 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/729#discussion_r191196832
Received on Monday, 28 May 2018 12:42:04 UTC