puppeteer/new-docs/puppeteer.protocol.audits.inspectorissuecode.md
2020-07-13 14:01:35 +01:00

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