Web features explorer

JavaScript modules

Widely available since 2020-11-09
Tags: html javascript svg Groups: JavaScript modules

JavaScript modules allow code to be organized into reusable units. Modules use import to load other modules and export to declare what is available to import from other modules. In HTML, modules are loaded with <script type="module">.

Learning resources on MDN

Browser support (view on caniuse.com)