- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 13 Mar 2020 10:15:42 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 13 March 2020 17:15:54 UTC
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