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