Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Audits.InspectorIssueCode

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
type alias Protocol.Audits.InspectorIssueCode
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { InspectorIssueCode } = Protocol.Audits;

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.

definition: (
| "CookieIssue"
| "MixedContentIssue"
| "BlockedByResponseIssue"
| "HeavyAdIssue"
| "ContentSecurityPolicyIssue"
| "SharedArrayBufferIssue"
| "TrustedWebActivityIssue"
| "LowTextContrastIssue"
| "CorsIssue"
| "AttributionReportingIssue"
| "QuirksModeIssue"
| "NavigatorUserAgentIssue"
| "GenericIssue"
| "DeprecationIssue"
| "ClientHintIssue"
| "FederatedAuthRequestIssue"
)