readyState property

DocumentReadyState readyState

Implementation

DocumentReadyState get readyState =>
    DocumentReadyState.fromValue(js_util.getProperty(this, 'readyState'));