arrayBuffer

inline suspend fun Blob.arrayBuffer(): ArrayBuffer(source)

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.

MDN Reference