- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 05 Apr 2019 04:16:29 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/853/review/223218916@github.com>
annevk commented on this pull request. > @@ -1870,6 +1881,17 @@ is a <a>filtered response</a> whose <li><p>Return <var>newResponse</var>. </ol> +<p>A <dfn id=concept-fresh-response>fresh response</dfn> is a <a for=/>response</a> whose age is Should we link "age"? > @@ -1870,6 +1881,17 @@ is a <a>filtered response</a> whose <li><p>Return <var>newResponse</var>. </ol> +<p>A <dfn 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 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 Is "current age" different from age? > @@ -1870,6 +1881,17 @@ is a <a>filtered response</a> whose <li><p>Return <var>newResponse</var>. </ol> +<p>A <dfn 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 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>. This reference doesn't define this term, which is a bit confusing. -- 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#pullrequestreview-223218916
Received on Friday, 5 April 2019 11:16:54 UTC