bytes

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

The bytes() method of the Request interface reads the request body and returns it as a promise that resolves with a Uint8Array.

MDN Reference