Skip to main content
method Body.blob
Body.blob(): Promise<Blob>
Deprecated

Takes a Response stream and reads it to completion. It returns a promise that resolves with a Blob.

Return Type

Promise<Blob>
Back to top