Web features explorer

JavaScript modules

Widely available
Tags: html javascript 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">. To learn more, see <script>: type attribute at MDN.

Compatibility (view on caniuse.com)