tc39 / proposal-defer-import-eval

A proposal for introducing a way to defer evaluate of a module
https://tc39.es/proposal-defer-import-eval
MIT License
208 stars 12 forks source link

Integrate with HTML spec about the timing of module evaluation #21

Open allstarschh opened 1 year ago

allstarschh commented 1 year ago

In HTML spec, module scripts will be evaluated once the module script is available https://html.spec.whatwg.org/#attr-script-defer

Will this proposal change the HTML spec as well? For example, the defer attribute on the (module) script element?