Skip to main content
Module

x/astral/bindings/celestial.ts>Audits_InspectorIssueCode

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Audits_InspectorIssueCode
import { type Audits_InspectorIssueCode } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

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"
| "LowTextContrastIssue"
| "CorsIssue"
| "AttributionReportingIssue"
| "QuirksModeIssue"
| "NavigatorUserAgentIssue"
| "GenericIssue"
| "DeprecationIssue"
| "ClientHintIssue"
| "FederatedAuthRequestIssue"
| "BounceTrackingIssue"
| "StylesheetLoadingIssue"
| "FederatedAuthUserInfoRequestIssue"