mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [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. |
|
||
|
|