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