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

14 lines
596 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; [GetEncodedResponseRequest](./puppeteer.protocol.audits.getencodedresponserequest.md) &gt; [sizeOnly](./puppeteer.protocol.audits.getencodedresponserequest.sizeonly.md)
## Protocol.Audits.GetEncodedResponseRequest.sizeOnly property
Whether to only return the size information (defaults to false).
<b>Signature:</b>
```typescript
sizeOnly?: boolean;
```