14 lines
648 B
Markdown
14 lines
648 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [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');
|
|
```
|