Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion info.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1>performance.timing object</h1>
<dt><code>domContentLoadedEventEnd</code></dt>
<dd>Moment just after <code>DOMContentLoaded</code> event completes. This is when DOMready event in JS frameworks is fired.</dd>
<dt><code>domComplete</code></dt>
<dd>Returns the time when there's nothing more that can delay load event of the document i.e. all images are loaded.</dd>
<dd>Returns the time when all static resources referenced from the DOM have been downloaded. Async scripts and resources loaded using JavaScript may not have completed.</dd>
<dt><code>loadEventStart</code></dt>
<dd>It returns the time just before <code>load</code> event is fired or zero if <code>load</code> hasn't been fired yet.</dd>
<dt><code>loadEventEnd</code></dt>
Expand Down