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