readyState property
IDBRequestReadyState
get
readyState
The readyState
read-only property of the
IDBRequest interface returns the state of the request.
Every request starts in the pending
state. The state changes to
done
when the request completes successfully or when an error
occurs.
Implementation
external IDBRequestReadyState get readyState;