mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Audits > InspectorIssueDetails
Protocol.Audits.InspectorIssueDetails interface
This struct holds a list of optional fields with additional information specific to the kind of issue. When adding a new issue code, please also add a new optional field to this type.
Signature:
export interface InspectorIssueDetails
Properties
Property | Type | Description |
---|---|---|
mixedContentIssueDetails | MixedContentIssueDetails | |
sameSiteCookieIssueDetails | SameSiteCookieIssueDetails |