Zywave / booster

https://booster.zywave.dev
MIT License
2 stars 0 forks source link

Firefox: Booster breaks with import maps enabled #270

Closed p-ob closed 1 year ago

p-ob commented 2 years ago

In Firefox, with dom.importMaps.enabled set to true via about:config, Booster crashes 100% of the time (screenshot below).

With WebKit enabling importmaps soon, and Firefox is likely to ship soon (https://bugzilla.mozilla.org/show_bug.cgi?id=1688879).

This is likely just as simple as removing the polyfill for import maps as soon as Firefox releases with the feature enabled by default. However, we use the same polyfill to polyfill import assertions for our custom element documentation renderer.

image

p-ob commented 1 year ago

Looks like Firefox fixed an issue with its import map implementation.