IBrowserFileReader interface

Partially represents a FileReader from the W3C FileAPI Working Draft. For more information, see https://w3c.github.io/FileAPI/#APIASynch. This interface supports the framework and is not intended to be called directly for your code.

Properties

onload
readAsArrayBuffer
result

Property Details

onload

onload: (event: any) => void

Property Value

(event: any) => void

readAsArrayBuffer

readAsArrayBuffer: (blobOrFile: any) => void

Property Value

(blobOrFile: any) => void

result

result: any

Property Value

any