© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Luciano Serruya Aloisi
Very nice article! Clear and concise. I'd like to ask if both properties async and defer could be used on the same script tag
async
defer
script
Vinit Raut
Reading and writing here to document my learnings. If it helps you, that's a bonus! ✨
I am glad you liked the article! You can use both simultaneously but is not recommended. async has a higher priority than defer. Depending upon the use case and dependencies of the scripts, you can use async and defer accordingly.