Skip to content

Commit e424f1d

Browse files
[문서] 2-ui\5-loading\02-script-async-defer\article.md 누락된 번역 추가
1 parent 8373889 commit e424f1d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

2-ui/5-loading/02-script-async-defer/article.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,8 @@ loadScript("/article/script-async-defer/long.js");
177177
loadScript("/article/script-async-defer/small.js");
178178
```
179179

180-
Without `script.async=false`, scripts would execute in default, load-first order (the `small.js` probably first).
181-
182-
Again, as with the `defer`, the order matters if we'd like to load a library and then another script that depends on it.
180+
`script.async=false`를 지정하지 않으면 스크립트는 기본으로 먼저 로드된 순서대로 실행됩니다(아마 `small.js`가 먼저 실행됩니다.)
181+
앞서 `defer`에서 살펴본 것처럼 라이브러리를 먼저 로드하고 이를 사용하는 다른 스크립트를 이후에 실행해야 하는 경우에는 실행 순서가 중요합니다.
183182

184183

185184
## 요약

0 commit comments

Comments
 (0)