Changes between Initial Version and Version 1 of Ticket #60647, comment 5
- Timestamp:
- 03/07/2024 11:05:56 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60647, comment 5
initial v1 11 11 > the script is meant to be executed after the document has been parsed. 12 12 13 If we put those together, we can see that scripts are executed before parsing continues, while modules are executed after the document has been parsed. This ordering means that modules can depend on scripts independently of where the ordering of script tags on the page.13 If we put those together, we can see that scripts are executed before parsing continues, while modules are executed after the document has been parsed. This means that modules can depend on scripts independent of the ordering of script tags on the page, because scripts execute before modules.