Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 723 Bytes

puppeteer.protocol.audits.inspectorissuecode.md

File metadata and controls

13 lines (8 loc) · 723 Bytes

Home > puppeteer > Protocol > Audits > InspectorIssueCode

Protocol.Audits.InspectorIssueCode type

A unique identifier for the type of issue. Each type may use one of the optional fields in InspectorIssueDetails to convey more specific information about the kind of issue.

Signature:

export type InspectorIssueCode = ('SameSiteCookieIssue' | 'MixedContentIssue' | 'BlockedByResponseIssue' | 'HeavyAdIssue' | 'ContentSecurityPolicyIssue');