noModule property

bool? noModule
getter/setter pair

This Boolean attribute is set to indicate that the script should not be executed in browsers that support ES2015 modules — in effect, this can be used to serve fallback scripts to older browsers that do not support modular JavaScript code.

Implementation

bool? noModule;