Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Audits.GetEncodedResponseResponse

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Audits.GetEncodedResponseResponse
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { GetEncodedResponseResponse } = Protocol.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.