Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method HTTPResponse.prototype.buffer
import { HTTPResponse } from "https://deno.land/x/pptr@1.2.0/src/HTTPResponse.ts";

Returns

Promise<Uint8Array>

Promise which resolves to a buffer with response body.