Skip to content

Instantly share code, notes, and snippets.

@evemilano
Created February 16, 2017 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evemilano/20a1e226dfae2f4dec8d11be80c24dac to your computer and use it in GitHub Desktop.
Save evemilano/20a1e226dfae2f4dec8d11be80c24dac to your computer and use it in GitHub Desktop.
Defer script calling
# script con attributo defer
<script src="my.js" defer></script>
# script con attributo async e defer
<script src="my.js" async defer></script>
@evemilano
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment