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

Fix base URL for external import maps #160

Closed hiroshige-g closed 5 years ago

hiroshige-g commented 5 years ago

According to https://github.com/WICG/import-maps/issues/106#issuecomment-467062564 the base URL for an external import map is response's URL, but before this commit it was document's base URL.

Fixes #106.


Preview | Diff