readyState property

IDBRequestReadyState get readyState

Implementation

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