0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

DOMContentLoadedとonLoad 、onPageshowの違い

Posted at

DOMContentLoaded

トップページのHTMLファイルの解析が終わり、DOMツリーができたタイミング
CSSやJS、画像などのロードはまだ!!!

onLoad

トップページのHTMLファイルの解析が終わったうえ、CSSやJS、画像などのロードもできた!!!

キャッシュからの復元時は発生しない!

onPageshow

onLoadとほぼ同じタイミングで発生するけど、「画面が表示できた」と定義されている!!!

キャッシュからの復元時にも発生!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?