arrayBuffer method
The arrayBuffer()
method of the Blob
interface returns a Promise
that resolves with the contents of the blob
as
binary data contained in an ArrayBuffer
.
Implementation
external JSPromise<JSArrayBuffer> arrayBuffer();
The arrayBuffer()
method of the Blob
interface returns a Promise
that resolves with the contents of the blob
as
binary data contained in an ArrayBuffer
.
external JSPromise<JSArrayBuffer> arrayBuffer();