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

dtapuska commented on this pull request.



> @@ -4163,6 +4179,21 @@ Range Requests</cite>. [[HTTP-RANGE]] However, this is not widely supported by b
    `<code>If-Range</code>`, then set <var>httpRequest</var>'s
    <a for=request>cache mode</a> to "<code>no-store</code>".
 
+   <li><p>If <var>httpRequest</var>'s <a for=request>stale content mode</a> is
+   `<code>default</code>` then:
+
+    <ol>
+     <li><p>If <var>httpRequest</var>'s <a for=request>cache mode</a> is "<code>default</code>",
+     <var>httpRequest</var>'s <a for=request>method</a> is `<code>GET</code>`, and

No it isn't but perhaps the "stale content mode" name definitely gets confusing here. Not sure what to do.

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

Received on Thursday, 21 February 2019 17:55:32 UTC