Open
Bug 1968903
Opened 3 months ago
Updated 3 months ago
Avoid creating script and CSS loaders for documents loaded as data
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: hsivonen, Assigned: hsivonen)
References
(Blocks 1 open bug)
Details
It seems that loadedAsData=true docs never become loadedAsData=false. Therefore, it seems feasible to pursue not creating script and CSS loaders for them in order to speed up creation from DOMParser.
You need to log in
before you can comment on or make changes to this bug.
Description
•