puppeteer/new-docs/puppeteer.protocol.audits.getencodedresponseresponse.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [GetEncodedResponseResponse](./puppeteer.protocol.audits.getencodedresponseresponse.md)
## Protocol.Audits.GetEncodedResponseResponse interface
<b>Signature:</b>
```typescript
export interface GetEncodedResponseResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [body](./puppeteer.protocol.audits.getencodedresponseresponse.body.md) | string | The encoded body as a base64 string. Omitted if sizeOnly is true. |
| [encodedSize](./puppeteer.protocol.audits.getencodedresponseresponse.encodedsize.md) | [integer](./puppeteer.protocol.integer.md) | Size after re-encoding. |
| [originalSize](./puppeteer.protocol.audits.getencodedresponseresponse.originalsize.md) | [integer](./puppeteer.protocol.integer.md) | Size before re-encoding. |