Closed
Bug 1777694
Opened 2 years ago
Closed 2 years ago
Cache the result of JSM to ESM fallback in the shim
Categories
(Core :: XPConnect, task, P1)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
If an already-ESMified JSM is loaded with JSM URL, we try loading the JSM URL every time, and then fallback to ESM URL and return the cached data.
We should cache the redirect and do not try to load JSM URL on the subsequent load.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Attachment #9283846 -
Attachment description: WIP: Bug 1777694 - Cache the result of JSM to ESM fallback in the shim. r?jonco! → Bug 1777694 - Cache the result of JSM to ESM fallback in the shim. r?jonco!
Comment 2•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•