HTML / HTML Attributes

HTML Nomodule Attribute

Oct 12, 2022
1 min read
HTML nomodule Attribute

Definition

The nomodule Attribute is a boolean that determines whether to execute the script in browsers that support ES2015 modules. This is used as a fallback to server alternative script should the browser not support modular JavaScript code.

Applicable Elements

The nomodule Attribute can be used with the following elements:

Further information coming soon. In the meantime, please read our commentary under the above links.