Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dax/src/request.ts>RequestResponse#blob

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
method RequestResponse.prototype.blob
import { RequestResponse } from "https://deno.land/x/dax@0.38.0/src/request.ts";

Response body as a blog.

Note: Returns undefined when .noThrow(404) and status code is 404.

Returns

Promise<Blob>