- From: Dave Tapuska <notifications@github.com>
- Date: Thu, 21 Feb 2019 09:52:34 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 February 2019 17:52:56 UTC
dtapuska commented on this pull request. > @@ -1901,6 +1910,13 @@ is a <a>filtered response</a> whose <li><p>Return <var>newResponse</var>. </ol> +<p>A <dfn export id=concept-stale-response>stale response</dfn> is a <a for=/>response</a> where +the freshness lifetime calculation (excluding the stale-while-revalidate directive) has not +exceeded the current age. + +<p>A <dfn export id=concept-stale-response>stale response inside revalidate window</dfn> is +a <a>stale response</a> where the freshness lifetime calculation (including the stale-while-revalidate Probably using explicit text here is better. 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_r259043625
Received on Thursday, 21 February 2019 17:52:56 UTC