IBrowserFileReader interface
部分表示 W3C FileAPI 工作草稿中的 FileReader。 有关详细信息,请参阅 https://w3c.github.io/FileAPI/#APIASynch。 此接口支持框架,不应直接为代码调用。
属性
onload | |
read |
|
result |
属性详细信息
onload
onload: (event: any) => void
属性值
(event: any) => void
readAsArrayBuffer
readAsArrayBuffer: (blobOrFile: any) => void
属性值
(blobOrFile: any) => void
result
result: any
属性值
any