domContentLoadedEventEnd property
double
get
domContentLoadedEventEnd
The domContentLoadedEventEnd
read-only property returns a
DOMHighResTimeStamp representing the time immediately after the current
document's
DOMContentLoaded
event handler completes.
Typically frameworks and libraries wait for the DOMContentLoaded
event
before starting to run their code. We can use the
domContentLoadedEventEnd
and the
domContentLoadedEventStart
properties to calculate how long this takes to run.
Implementation
external double get domContentLoadedEventEnd;