goog.fs.FileReader.ReadyState
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. |