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

Feature detection using HTMLScriptElement.supports() #256

Closed horo-t closed 2 years ago

horo-t commented 2 years ago

The HTMLScriptElement.supports() method was introduced by https://github.com/whatwg/html/pull/7008. HTMLScriptElement.supports('importmap') must return true when supported.

Fixes https://github.com/WICG/import-maps/issues/171


Preview | Diff

horo-t commented 2 years ago

@domenic Could you please review this?