Enable import maps by default
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Import-maps has been implemented in bug 1688879
and has been updated according to the latest spec as well in bug 1778289.
spec link: https://html.spec.whatwg.org/multipage/webappapis.html#import-maps
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Comment 3•2 years ago
|
||
bugherder |
Comment 4•2 years ago
|
||
FF108 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/16150
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 5•1 years ago
|
||
Is there any reason this wasn't enable in the 102 ESR?
A customer found a website that doesn't redirect properly without import maps turned on.
Assignee | ||
Comment 6•1 years ago
|
||
(In reply to Mike Kaply [:mkaply] from comment #5)
Is there any reason this wasn't enable in the 102 ESR?
Import-maps is implemented in bug 1688879, Firefox 102, pref is off by default, at that time it was just a WICG incubated feature.
Later the spec is merged into HTML spec, we updated the implementation as well (bug 1778289) , this was Firefox 107.
We enabled it by default in Firefox 108, and we intended to wait until it is an official web standard before we turned it on by default.
Description
•