The arrayBuffer() method of the Response interface takes a Response stream and reads it to completion. It returns a promise that resolves with an ArrayBuffer.
arrayBuffer()
ArrayBuffer
external JSPromise<JSArrayBuffer> arrayBuffer();