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

Remove fetch scheme restriction in `parse a URL-like import specifier` #180

Closed hiroshige-g closed 4 years ago

hiroshige-g commented 4 years ago

This allows non-fetch-scheme URLs as

Fixes #141.


Preview | Diff

marcoscaceres commented 4 years ago

Marked as non substantive for IPR from ash-nazg.

marcoscaceres commented 4 years ago

Marking as non substantive as it's a tiny change...

@hiroshige-g, if you'd like to continue continue contributing we'd encourage you to join the WICG! Simply go to https://wicg.io -> Click Join -> and then click the join on the page you get redirected to. If you've already joined, you need to link your GitHub account to your W3C account on w3.org.

hiroshige-g commented 4 years ago

Thanks for instruction! I've submitted a join request.

guybedford commented 4 years ago

If the fetch scheme filter doesn't add anything, this seems sensible to me.