- From: Shivani Sharma <notifications@github.com>
- Date: Thu, 03 Oct 2019 10:40:06 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 October 2019 17:40:29 UTC
shivanigithub commented on this pull request.
> @@ -2049,6 +2049,12 @@ clearly stipulates that <a>connections</a> are keyed on
<!-- See https://github.com/whatwg/fetch/issues/114#issuecomment-143500095 for when we make
WebSocket saner -->
+<h3 id=http-cache>HTTP Cache</h3>
+
+<p>A given request has an associated HTTP cache derived from the primary key(s). The primary key
+may be the top-frame origin of the document and also possibly the origin of the subframe
+associated with the request. When performing an <a>HTTP-network-or-cache fetch</a>, the associated
+HTTP cache is used to fetch the request URL.
Sounds good. Created a pull request on the html spec for defining top level origin. PTAL, thanks!
https://github.com/whatwg/html/pull/4966
--
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_r331165262
Received on Thursday, 3 October 2019 17:40:29 UTC