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