Closed Tronic closed 1 year ago
All scripts now use deferred loading, i.e. they are executed when the document has loaded and do not block page rendering or loading of other resources. Added support for .mjs extension on ES modules, where type=module will be added to script tag.
type=module
All scripts now use deferred loading, i.e. they are executed when the document has loaded and do not block page rendering or loading of other resources. Added support for .mjs extension on ES modules, where
type=module
will be added to script tag.