- From: Shivani Sharma <notifications@github.com>
- Date: Fri, 05 Jun 2020 08:09:29 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 June 2020 15:09:41 UTC
@shivanigithub commented on this pull request. > + <var>topLevelOrigin</var> to <var>request</var>'s <a for=request>client</a>'s + <a for="environment">top-level origin</a>. + + <li><p>Otherwise, return null. + + <li><p>Assert: <var>topLevelOrigin</var> is an <a for=/>origin</a>. + + <li><p>Let <var>topLevelSite</var> be the result of <a lt="obtain a site">obtaining a site</a>, + given <var>topLevelOrigin</var>. + + <li> + <p>Return the HTTP cache associated with <var>topLevelSite</var> and, possibly, a second key. + [[!HTTP-CACHING]] + + <p class=XXX>The second key is intentionally a little vague as the finer points are still + evolving. See <a href=https://github.com/whatwg/fetch/issues/904>issue #904</a>. Would this be the best link for this or should we add either the privacycg storage partitioning issue link or the https://github.com/shivanigithub/http-cache-partitioning/issues/2? -- 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#pullrequestreview-425386550
Received on Friday, 5 June 2020 15:09:41 UTC