- From: Dave Tapuska <notifications@github.com>
- Date: Tue, 12 Mar 2019 16:17:50 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 March 2019 16:18:40 UTC
dtapuska commented on this pull request. > <ol> - <li><p>If <var>storedResponse</var>'s <a for=response>header list</a> - <a for="header list">contains</a> `<code>ETag</code>`, then <a for="header list">append</a> - `<code>If-None-Match</code>` with its value to <var>httpRequest</var>'s - <a for=request>header list</a>. - - <li><p>If <var>storedResponse</var>'s <a for=response>header list</a> - <a for="header list">contains</a> `<code>Last-Modified</code>`, then - <a for="header list">append</a> `<code>If-Modified-Since</code>` with its value to - <var>httpRequest</var>'s <a for=request>header list</a>. + <li><p>If <var>storedResponse</var> is a <a>stale response</a>, then set the + <var>revalidatingFlag</var>. + <p>If the <var>revalidatingFlag</var> is set and <a for=request>cache mode</a> + is not one of "<code>force-cache</code>", "<code>only-if-cached</code>", then: done -- 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/853#discussion_r264760976
Received on Tuesday, 12 March 2019 16:18:40 UTC