Extremely Popular
Go to Latest
interface puppeteer.Audits.GetEncodedResponseResponse
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { GetEncodedResponseResponse } = puppeteer.Audits;

Properties

optional
body: string

The encoded body as a base64 string. Omitted if sizeOnly is true. (Encoded as a base64 string when passed over JSON)

originalSize: integer

Size before re-encoding.

encodedSize: integer

Size after re-encoding.