Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Audits_GenericIssueErrorType

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Audits_GenericIssueErrorType
import { type Audits_GenericIssueErrorType } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";
definition:
| "CrossOriginPortalPostMessageError"
| "FormLabelForNameError"
| "FormDuplicateIdForInputError"
| "FormInputWithNoLabelError"
| "FormAutocompleteAttributeEmptyError"
| "FormEmptyIdAndNameAttributesForInputError"
| "FormAriaLabelledByToNonExistingId"
| "FormInputAssignedAutocompleteValueToIdOrNameAttributeError"
| "FormLabelHasNeitherForNorNestedInput"
| "FormLabelForMatchesNonExistingIdError"
| "FormInputHasWrongButWellIntendedAutocompleteValueError"
| "ResponseWasBlockedByORB"