readyState property
int
get
readyState
The readyState
read-only property of the FileReader interface
provides the current state of the reading operation.
This will be one of the states: EMPTY
, LOADING
, or DONE
.
Implementation
external int get readyState;