WICG / import-maps

How to control the behavior of JavaScript imports
https://html.spec.whatwg.org/multipage/webappapis.html#import-maps
Other
2.65k stars 69 forks source link

Should HTMLScriptElement.supports("importmap") return true? #274

Closed smaug---- closed 2 years ago

smaug---- commented 2 years ago

Per HTML https://html.spec.whatwg.org/multipage/scripting.html#dom-script-supports it should not, and https://wicg.github.io/import-maps/ doesn't seem to change the HTML spec definition either, but chromium's implementation returns true.

domenic commented 2 years ago

Somehow https://github.com/WICG/import-maps/commit/45e88bfa7ae3890564bf261b2da3378e71234ebb did not get deployed?!?