FileReader.result - Web API 接口参考 编辑
返回文件的内容。只有在读取操作完成后,此属性才有效,返回的数据的格式取决于是使用哪种读取方法来执行读取操作的。
语法
var file = instanceOfFileReader.result
值
一个字符串或者一个ArrayBuffer
,这取决于读取操作是使用哪种方法来进行的。
技术规范
规范 | 状态 | 注释 |
---|---|---|
File API FileReader | Working Draft | 初始定义 |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!特性 | Firefox (Gecko) | Chrome | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
基本特性支持 | 3.6 (1.9.2)[1] | 7 | 10[2] | 12.02[3] | 6.0.2 |
特性 | Firefox Mobile (Gecko) | Android | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
基本特性支持 | 32 | 3 | 10 | 11.5 | 6.1 |
[1] 早于 Gecko 2.0 beta 7 (Firefox 4.0 beta 7)的版本,所有 Blob
的参数归属于 File
;现在已经更新为正确的技术规范。早于Gecko 13.0 (Firefox 13.0 / Thunderbird 13.0 / SeaMonkey 2.10) 的版本,FileReader.error
属性返回一个 FileError
对象,这个接口已经被移除。现在根据最新的FileAPI 草案FileReader.error返回一个
DOMError
对象。
[2] IE9拥有File API Lab。
[3] Opera 11.1版本拥有partial support。
参见
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论