Re: [whatwg/fetch] HTTP cache partitioning (#943)

annevk commented on this pull request.



> +steps:
+
+<ol>
+ <li>
+  <p>Let <var>environmentSettings</var> be <var>request</var>'s <a for=request>client</a>.</p></li>
+
+ <li>
+  <p>If <var>environmentSettings</var> is null, then return null.</p></li>
+
+ <li>
+  <p>Let <var>topLevelOrigin</var> be <var>environmentSettings</var>'s top-level origin and
+  <var>origin</var> be its <a for="environment settings object">origin</a>.</p></li>
+
+ <li>
+  <p>Let <var>topLevelOriginAgentClusterKey</var> be the result of
+  <a href="https://html.spec.whatwg.org/#obtain-agent-cluster-key">obtaining an agent cluster key</a>,

I created https://github.com/whatwg/html/pull/5354 to discuss this.

-- 
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/943#discussion_r392363230

Received on Friday, 13 March 2020 17:15:54 UTC