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

dtapuska commented on this pull request.



> @@ -1542,6 +1549,11 @@ whose <a for=request>destination</a> is "<code>audio</code>", "<code>audioworkle
 "<code>script</code>", "<code>style</code>", "<code>track</code>", "<code>video</code>",
 "<code>xslt</code>", or the empty string.
 
+<p>A <dfn export>stale permitting subresource request</dfn> is a <a for=/>request</a>
+whose <a for=request>destination</a> is "<code>font</code>", "<code>image</code>",
+"<code>script</code>", "<code>style</code>", "<code>xslt</code>", or
+<a for=request>initiator</a> is "<code>prefetch</code>".

Yes I agree. Removed.

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

Received on Tuesday, 22 January 2019 15:06:46 UTC