FileReader.readyState
提供 FileReader 读取操作时的当前状态。
语法
var state = instanceOfFileReader.readyState
值
一个数字,用来表示 FileReader
API 的三种可能状态。
规范
Specification |
---|
File API # dom-filereader-readystate |
浏览器兼容性
BCD tables only load in the browser
提供 FileReader 读取操作时的当前状态。
var state = instanceOfFileReader.readyState
一个数字,用来表示 FileReader
API 的三种可能状态。
Specification |
---|
File API # dom-filereader-readystate |
BCD tables only load in the browser