Skip to content

Commit

Permalink
import maps wording
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Sep 26, 2021
1 parent eb21dcf commit 4ec866b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Release Notes](CHANGELOG.md)

[93% of users](https://caniuse.com/#feat=es6-module) are now running browsers with baseline support for ES modules. At the same time, [67% of users](https://caniuse.com/import-maps) have native support for import maps, but we still need to cater to the remaining browwers.
[93% of users](https://caniuse.com/#feat=es6-module) are now running browsers with baseline support for ES modules. At the same time Chromium ships modern native module features and import maps support to [67% of users](https://caniuse.com/import-maps).

_It turns out that we can actually polyfill import maps and other new modules features on top of these baseline implementations in a performant 9.5KB shim._

Expand Down

0 comments on commit 4ec866b

Please sign in to comment.