Re: [whatwg/fetch] preload, destinations, and module scripts (#486)

I strongly prefer (1) as I think (2) can cause serious confusion, even if we'd find a way to cleanly spec it.

One example where `type` is currently used (and [encouraged](https://w3c.github.io/preload/#early-fetch-of-critical-resources)) is:
`<link href="foo.woff2" rel=preload as=font type="font/woff2">`

I think it won't be trivial to explain why `type` means one thing for some `as` values, but something else for others.

-- 
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/issues/486#issuecomment-278801158

Received on Thursday, 9 February 2017 22:52:38 UTC