readyState property
DocumentReadyState
get
readyState
The Document.readyState
property describes the loading state of the
document.
When the value of this property changes, a
Document.readystatechange_event
event fires on the document object.
Implementation
external DocumentReadyState get readyState;