Closed
Bug 1618299
Opened 5 years ago
Closed 5 years ago
[rel=preload] Make `dom::HTMLLinkElement` use `dom::Document.PreloadService` instead
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: mayhemer, Assigned: mayhemer)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Part of Design documentation for rel=preload
Please follow DOM Node for <link rel=preload> handling notes.
The idea is to use Document.PreloadService APIs instead of the global nsPrefetchService when a <link rel=preload> DOM node is created or modified in a way to start or change a preload.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → honzab.moz
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D67482
Pushed by honzab.moz@firemni.cz:
https://hg.mozilla.org/integration/autoland/rev/9c7a3cdf9d07
Teach `dom::HTMLLinkElement` about Document.Preloads(), r=smaug
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•