Re: [whatwg/fetch] Add Stale While Revalidate Handling (#853)

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