diff --git a/info.html b/info.html index 0610bbc..a415afa 100644 --- a/info.html +++ b/info.html @@ -54,7 +54,7 @@

performance.timing object

domContentLoadedEventEnd
Moment just after DOMContentLoaded event completes. This is when DOMready event in JS frameworks is fired.
domComplete
-
Returns the time when there's nothing more that can delay load event of the document i.e. all images are loaded.
+
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.
loadEventStart
It returns the time just before load event is fired or zero if load hasn't been fired yet.
loadEventEnd