IBrowserFileReader interface
Parzialmente rappresenta un FileReader dalla bozza di lavoro W3C FileAPI. Per altre informazioni, vedere https://w3c.github.io/FileAPI/#APIASynch. Questa interfaccia supporta il framework e non deve essere chiamata direttamente per il codice.
Proprietà
| onload | |
| read |
|
| result |
Dettagli proprietà
onload
onload: (event: any) => void
Valore della proprietà
(event: any) => void
readAsArrayBuffer
readAsArrayBuffer: (blobOrFile: any) => void
Valore della proprietà
(blobOrFile: any) => void
result
result: any
Valore della proprietà
any