14 lines
577 B
Markdown
14 lines
577 B
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) > [GetEncodedResponseRequest](./puppeteer.protocol.audits.getencodedresponserequest.md) > [quality](./puppeteer.protocol.audits.getencodedresponserequest.quality.md)
|
||
|
|
||
|
## Protocol.Audits.GetEncodedResponseRequest.quality property
|
||
|
|
||
|
The quality of the encoding (0-1). (defaults to 1)
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
quality?: number;
|
||
|
```
|