method Body.bytes
Jump to headingBody.bytes(): Promise<Uint8Array>
Takes a Response
stream and reads it to completion. It returns a promise
that resolves with a Uint8Array
.
Return Type Jump to heading
Promise<Uint8Array>
Jump to headingBody.bytes(): Promise<Uint8Array>
Takes a Response
stream and reads it to completion. It returns a promise
that resolves with a Uint8Array
.
Promise<Uint8Array>