mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Audits > GetEncodedResponseResponse
Protocol.Audits.GetEncodedResponseResponse interface
Signature:
export interface GetEncodedResponseResponse
Properties
Property | Type | Description |
---|---|---|
body | string | The encoded body as a base64 string. Omitted if sizeOnly is true. |
encodedSize | integer | Size after re-encoding. |
originalSize | integer | Size before re-encoding. |