Skip to content

Instantly share code, notes, and snippets.

@planetrenox
Created April 27, 2024 21:18
Show Gist options
  • Save planetrenox/77c1759fff750136e414f2dc6819d8c1 to your computer and use it in GitHub Desktop.
Save planetrenox/77c1759fff750136e414f2dc6819d8c1 to your computer and use it in GitHub Desktop.
<head><script>
<body><script>
type=module and defer in both head and body run next
+ defer is ignored without src=""
+ scripts with type="module" are deferred by default
+ scripts of same kind are guaranteed to execute in the order they appear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment