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

yoavweiss commented on this pull request.



> @@ -4482,6 +4498,13 @@ Range Requests</cite>. [[HTTP-RANGE]] However, this is not widely supported by b
  <li><p>If <i>authentication-fetch flag</i> is set, then create an <a>authentication entry</a>
  for <var>request</var> and the given realm.
 
+ <li><p>If <i>revalidatingFlag</i> and <var>request</var>'s <a for=request>allows stale content flag</a>
+ are set, then in parallel perform <a for=main>main fetch</a> using <var>request</var> with

Why "main fetch" and not "HTTP fetch"?

-- 
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-198603747

Received on Thursday, 31 January 2019 14:00:41 UTC