puppeteer/new-docs/puppeteer.protocol.audits.inspectorissuecode.md

14 lines
648 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [InspectorIssueCode](./puppeteer.protocol.audits.inspectorissuecode.md)
## 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.
<b>Signature:</b>
```typescript
export type InspectorIssueCode = ('SameSiteCookieIssue' | 'MixedContentIssue');
```