readyState property

Implementation

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