Add 'async' to Javascript tag
Closed this issue · 3 comments
ChuckMac commented
I could be wrong, but I would think most people would want the gist's to load asynchronously and not stop page render.
<script src="http://gist.github.com/xxx.js" async></script>
pathawks commented
Scripts that are loaded asynchronously cannot call document.write().
The gist embed script calls document.write()
The gist embed script cannot be called asynchronously.