You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/5-loading/01-onload-ondomcontentloaded/article.md
+2-30Lines changed: 2 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,9 @@
2
2
3
3
HTML 문서의 생명주기엔 다음과 같은 3가지 주요 이벤트가 관여합니다.
4
4
5
-
<<<<<<< HEAD
6
5
-`DOMContentLoaded` -- 브라우저가 HTML을 전부 읽고 DOM 트리를 완성하는 즉시 발생합니다. 이미지 파일(`<img>`)이나 스타일시트 등의 기타 자원은 기다리지 않습니다.
7
6
-`load` -- HTML로 DOM 트리를 만드는 게 완성되었을 뿐만 아니라 이미지, 스타일시트 같은 외부 자원도 모두 불러오는 것이 끝났을 때 발생합니다.
8
7
-`beforeunload/unload` -- 사용자가 페이지를 떠날 때 발생합니다.
9
-
=======
10
-
-`DOMContentLoaded` -- the browser fully loaded HTML, and the DOM tree is built, but external resources like pictures `<img>` and stylesheets may not yet have loaded.
11
-
-`load` -- not only HTML is loaded, but also all the external resources: images, styles etc.
12
-
-`beforeunload/unload` -- the user is leaving the page.
0 commit comments