[meta] rel=preload
Categories
(Core :: Networking, enhancement, P3)
Tracking
()
People
(Reporter: nhi, Unassigned)
References
(Depends on 20 open bugs, )
Details
(Keywords: meta, Whiteboard: [necko-triaged][necko-2019q4])
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
![]() |
||
Updated•4 years ago
|
![]() |
||
Updated•4 years ago
|
![]() |
||
Updated•4 years ago
|
Comment 2•4 years ago
|
||
I've just come across this issue and filed https://github.com/web-platform-tests/wpt/issues/22824 about what appears to be missing test coverage for some of this feature. I'm not sure my issue is correct, but hoping that tests can be added either from the Chromium side or when implementing this in Gecko.
Comment 3•3 years ago
|
||
I presume the URL here is to some sort of design document? Would it be possible to make that document public? Thanks!
Updated•1 year ago
|
Comment 4•8 days ago
|
||
Valentin: does <link rel="preload">
already support as="audio"
? The only test including as="audio"
I could find is https://searchfox.org/mozilla-central/rev/95ec620fda8ad6e4096cac1f1a9db8653669b31d/testing/web-platform/tests/preload/modulepreload-as.html#6 which checks something else.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#browser_compatibility mentions Firefox offers full support.
Comment 5•7 days ago
|
||
(In reply to Mirko Brodesser (:mbrodesser-Igalia) from comment #4)
Valentin: does
<link rel="preload">
already supportas="audio"
? The only test includingas="audio"
I could find is https://searchfox.org/mozilla-central/rev/95ec620fda8ad6e4096cac1f1a9db8653669b31d/testing/web-platform/tests/preload/modulepreload-as.html#6 which checks something else.https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#browser_compatibility mentions Firefox offers full support.
Filed bug 1855388 for it.
Description
•