Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOMConentLoaded event #17

Open
yejineee opened this issue May 16, 2021 · 0 comments
Open

DOMConentLoaded event #17

yejineee opened this issue May 16, 2021 · 0 comments
Labels

Comments

@yejineee
Copy link
Owner

yejineee commented May 16, 2021

DOMContentLoaded event

  • 초기 HTML document가 완전히 load되고 파싱되었을 때 발생하는 이벤트이다.
  • 스타일시트, 이미지, subframe이 로딩되기를 기다리지 않는다.

load vs DOMContentLoaded

  • load : 연관된 스타일시트나 이미지를 포함하여. 페이지가 완전히 load되었을 때 발생하는 이벤트이다.
  • DOMConentLoaded : 다른 리소스들의 로딩이 끝나기를 기다리지 않고, page DOM이 로드되자마자 발생하는 이벤트이다.

출처

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant