Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
method Response.prototype.blob

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

Returns

Promise<Blob>