Changes between Initial Version and Version 1 of Ticket #12009, comment 101
- Timestamp:
- 05/10/2023 11:09:16 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12009, comment 101
initial v1 13 13 - Are executed as soon as loaded. 14 14 - Can be used as dependencies and have dependents as they maintain load order. 15 - Block the pars edof the HTML while being loaded and executed.15 - Block the parsing of the HTML while being loaded and executed. 16 16 - Generally perform worse than scripts with `defer` and `async` (when the script is not in the browser cache). 17 17 2. Scripts with `defer`: