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

dtapuska 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

There are some CORS checks in main and it is consistent with the other parts of the fetch spec.

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

Received on Friday, 1 February 2019 17:57:11 UTC