arrayBuffer

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

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

MDN Reference