method HTTPResponse.prototype.arrayBufferRe-exportimport { HTTPResponse } from "https://deno.land/x/puppeteer@16.2.0/mod.ts"; arrayBuffer(): Promise<ArrayBuffer>ReturnsPromise<ArrayBuffer>Promise which resolves to an ArrayBuffer with response body.