- From: Yoav Weiss <notifications@github.com>
- Date: Tue, 28 Feb 2017 23:30:11 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 March 2017 07:31:08 UTC
yoavweiss commented on this pull request. > @@ -1084,10 +1085,10 @@ Unless stated otherwise, it is "<code>basic</code>". <hr> <p>A <dfn export>subresource request</dfn> is a <a for=/>request</a> -whose <a for=request>destination</a> is "<code>font</code>", -"<code>image</code>", "<code>manifest</code>", "<code>media</code>", -"<code>script</code>", "<code>style</code>", "<code>xslt</code>", or the empty -string. +whose <a for=request>destination</a> is "<code>fetch</code>", +"<code>font</code>", "<code>image</code>", "<code>manifest</code>", +"<code>media</code>", "<code>script</code>", "<code>style</code>", +"<code>xslt</code>", or the empty string. If I properly understand your suggestion here, you'd prefer to keep the destination as is (i.e. not add a "fetch" destination), create the concept of "potential destination", have preload use that, and just translate is to destination (by having preload call "normalize potential destination" or somesuch) before preload triggers a fetch. Is that correct? -- 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/442#discussion_r103624566
Received on Wednesday, 1 March 2017 07:31:08 UTC