Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.36 KB

puppeteer.protocol.audits.blockedbyresponseissuedetails.md

File metadata and controls

23 lines (15 loc) · 1.36 KB

Home > puppeteer > Protocol > Audits > BlockedByResponseIssueDetails

Protocol.Audits.BlockedByResponseIssueDetails interface

Details for a request that has been blocked with the BLOCKED_BY_RESPONSE code. Currently only used for COEP/COOP, but may be extended to include some CSP errors in the future.

Signature:

export interface BlockedByResponseIssueDetails 

Properties

Property Type Description
blockedFrame AffectedFrame
parentFrame AffectedFrame
reason BlockedByResponseReason
request AffectedRequest