sanic-org / html5tagger

Create HTML documents from Python
The Unlicense
29 stars 4 forks source link

Improved JS handling for Document _urls #3

Closed Tronic closed 1 year ago

Tronic commented 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.