FileReader: readAsArrayBuffer() method - Web APIs | MDN

Syntax

js

readAsArrayBuffer(blob)

Parameters

blob

The Blob or File from which to read.

Return value

None (undefined).

Specifications

Specification
File API
# readAsArrayBuffer

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.