domComplete property
double
get
domComplete
The domComplete read-only property returns a DOMHighResTimeStamp
representing the time immediately before the user agent sets the
document's
readyState
to "complete".
See also the complete state of Document.readyState which corresponds
to this property and refers to the state in which the document and all
sub-resources have finished loading. The state also indicates that the
Window.load_event event is about to fire.
Implementation
external double get domComplete;