- From: Dave Tapuska <notifications@github.com>
- Date: Tue, 12 Mar 2019 09:16:27 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 March 2019 16:16:48 UTC
dtapuska commented on this pull request. > @@ -1896,6 +1909,16 @@ is a <a>filtered response</a> whose <li><p>Return <var>newResponse</var>. </ol> +<p>A <dfn export id=concept-fresh-response>fresh response</dfn> is a <a for=/>response</a> whose +age is within its <a href=https://tools.ietf.org/html/rfc7234#section-4.2.1>freshness lifetime</a>. + +<p>A <dfn export id=concept-stale-while-revalidate-response>stale-while-revalidate response</dfn> is a +<a for=/>response</a> that is not a <a>fresh response</a>, and its current age is within +the <a href=https://tools.ietf.org/html/rfc5861#section-3>stale-while-revalidate lifetime</a>. + +<p>A <dfn export id=concept-stale-response>stale response</dfn> is +a <a for=/>response</a> is a response that is not a <a>fresh response</a> or a +<a>stale-while-revalidate response</a>. 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_r264759688
Received on Tuesday, 12 March 2019 16:16:48 UTC