648 B
648 B
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');