This commit is contained in:
Ilya Kantor 2019-03-26 23:16:23 +03:00
parent 706b1f26b2
commit 0873d43d72
62 changed files with 1695 additions and 142 deletions

View file

@ -226,7 +226,7 @@ You may want skip those for now if you're reading for the first time, or if you
### Module scripts are deferred
Module scripts are *always* deferred, same effect as `defer` attribute (described in the chapter [](info:onload-ondomcontentloaded)), for both external and inline scripts.
Module scripts are *always* deferred, same effect as `defer` attribute (described in the chapter [](info:script-async-defer)), for both external and inline scripts.
In other words:
- external module scripts `<script type="module" src="...">` don't block HTML processing.