search

goog.fs.FileReader.ReadyState

Provided By
Typenumber

Possible states for a FileReader.

Values

DONE

The data has been read from the file, the read was aborted, or an error occurred.

INIT

The object has been constructed, but there is no pending read.

LOADING

Data is being read.