Async attribute on a script tag

Interesting article from Illya Grigorik on blocking/non-blocking script injection. I did not know about the "sync" attribute which can be used on a script tag. Unfortunately, older browsers don't support it. It is still interesting because someday, we won't need to care about those old browsers... hopefully! Read more here...

Comments

Popular posts from this blog

Git commands cheat sheet (in progress)

async promises in a sync way?

Moving private repos to bitbucket