Open
Bug 1771082
Opened 2 years ago
Updated 1 year ago
Support <script type="module"> in nsXULPrototypeCache
Categories
(Core :: XUL, enhancement)
Core
XUL
Tracking
()
NEW
People
(Reporter: arai, Unassigned)
References
Details
module script is not currently cached in nsXULPrototypeCache.
ESM-ification will increase the opportunity for using ES module also from <script type="module">
in xhtml,
and support caching for it should help startup performance.
Reporter | ||
Comment 1•2 years ago
|
||
to integrate the xul cache and module loader, it would be nice to wait for worker module code and build on top of updated module base classes.
Depends on: 1247687
Reporter | ||
Comment 2•2 years ago
|
||
This is not directly related to the system ESM, and doesn't block ESM-ification phase 1 that rewrites system JSM with system ESM.
Reporter | ||
Comment 3•2 years ago
|
||
fixing the relation with ESM-ification.
No longer blocks: esm-ification
Reporter | ||
Comment 4•2 years ago
|
||
Unassigning for now.
I'll look into this once other module patches gets landed.
Assignee: arai.unmht → nobody
Status: ASSIGNED → NEW
Updated•1 year ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•