mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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');