rw-book-cover

Metadata

Highlights

With async, the file gets downloaded asynchronously and then executed as soon as it’s downloaded. With defer, the file gets downloaded asynchronously, but executed only when the document parsing is completed. (View Highlight)

👉Note that both attributes don’t have any effect on inline scripts. (View Highlight)