Async and Defer

Async and Defer

Normal DOC parsing is that is parses synchronously, so as soon as it hits a <script> tag it stops and downloads that content first and then executes it and only THEN continues with the HTML download/parsing.


Children
  1. Async
  2. Defer

Backlinks