puppeteer/new-docs/puppeteer.protocol.audits.getencodedresponseresponse.body.md
2020-07-13 14:01:35 +01:00

14 lines
584 B
Markdown

<!-- 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) &gt; [body](./puppeteer.protocol.audits.getencodedresponseresponse.body.md)
## Protocol.Audits.GetEncodedResponseResponse.body property
The encoded body as a base64 string. Omitted if sizeOnly is true.
<b>Signature:</b>
```typescript
body?: string;
```