- From: Shivani Sharma <notifications@github.com>
- Date: Mon, 02 Mar 2020 19:13:27 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 March 2020 03:13:40 UTC
shivanigithub commented on this pull request. > <li> <p>If <var>httpRequest</var>'s <a for=request>cache mode</a> is neither "<code>no-store</code>" nor "<code>reload</code>", then: <ol> <li> - <p>Set <var>storedResponse</var> to the result of selecting a response from the HTTP cache, - possibly needing validation, as per the + <p>Set <var>storedResponse</var> to the result of selecting a response from the + <var>httpCache</var>, possibly needing validation, as per the Ah that's right, it should be no-store. Updated. -- 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_r386777544
Received on Tuesday, 3 March 2020 03:13:40 UTC