Update article.md
"be aware that HTML-page" -> "be aware that the HTML page"
This commit is contained in:
parent
c3213d38f7
commit
3fe2976963
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ Please note: the second script actually runs before the first! So we'll see `und
|
|||
|
||||
That's because modules are deferred, so we wait for the document to be processed. The regular script runs immediately, so we see its output first.
|
||||
|
||||
When using modules, we should be aware that HTML-page shows up as it loads, and JavaScript modules run after that, so the user may see the page before the JavaScript application is ready. Some functionality may not work yet. We should put "loading indicators", or otherwise ensure that the visitor won't be confused by that.
|
||||
When using modules, we should be aware that the HTML page shows up as it loads, and JavaScript modules run after that, so the user may see the page before the JavaScript application is ready. Some functionality may not work yet. We should put "loading indicators", or otherwise ensure that the visitor won't be confused by that.
|
||||
|
||||
### Async works on inline scripts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue