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 checks from scopes? #188

Closed domenic closed 4 years ago

domenic commented 4 years ago

180 removed the fetch scheme check for specifiers. Should we also remove it for scope prefixes? That is the only remaining check for fetch schemes in the spec.

I think we probably should, just to keep things simple.

Somewhat part of #158.

hiroshige-g commented 4 years ago

I think we probably should, just to keep things simple.

Probably, for simplicity. I'll draft a PR.

(I also noticed I forgot to implement this check, so current ToT chromium doesn't check fetch scheme at all)