WICG / import-maps

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

Fire load event for successfully loaded external import maps #156

Closed hiroshige-g closed 5 years ago

hiroshige-g commented 5 years ago

Currently, error events are fired for errors, but load events are not fired. Probably we should fire load events, which is consistent with other scripts and other types of resources.

Updating the spec should be done after https://github.com/WICG/import-maps/pull/143.