bytes

inline suspend fun Blob.bytes(): Uint8Array<ArrayBuffer>(source)

The bytes() method of the Blob interface returns a Promise that resolves with a Uint8Array containing the contents of the blob as an array of bytes.

MDN Reference