Results 1 - 1 of 1

FileReader.readAsArrayBuffer()

The FileReader interface's readAsArrayBuffer() method is used to start reading the contents of a specified Blob or File. When the read operation is finished, the readyState becomes DONE, and the loadend is triggered. At that time, the result attribute contains an ArrayBuffer representing the file's data.
API DOM File API FileReader Files Method readAsArrayBuffer Reference