Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.2 KB

puppeteer.protocol.audits.getencodedresponserequest.md

File metadata and controls

21 lines (14 loc) · 1.2 KB

Home > puppeteer > Protocol > Audits > GetEncodedResponseRequest

Protocol.Audits.GetEncodedResponseRequest interface

Signature:

export interface GetEncodedResponseRequest 

Properties

Property Type Description
encoding ('webp' | 'jpeg' | 'png') The encoding to use. (GetEncodedResponseRequestEncoding enum)
quality number The quality of the encoding (0-1). (defaults to 1)
requestId Network.RequestId Identifier of the network request to get content for.
sizeOnly boolean Whether to only return the size information (defaults to false).