Hey @mathias! I'm reading https://developers.google.com/web/fundamentals/primers/modules … and have a question regarding this:
> The async attribute does not work for inline classic scripts, but it does work for inline <script type="module">
It executes the script as soon as possible, with no guaranteed order. If you have multiple inline modules that don’t depend on each other, and you want to execute each of them as soon as you can, then use async.
-
-
Thanks! Great article BTW

-
Thanks! It was a team effort with
@addyosmani :)
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.