Skip to main content
Module

x/astral/bindings/celestial.ts>Network_CorsError

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

The reason why request was blocked.

definition:
| "DisallowedByMode"
| "InvalidResponse"
| "WildcardOriginNotAllowed"
| "MissingAllowOriginHeader"
| "MultipleAllowOriginValues"
| "InvalidAllowOriginValue"
| "AllowOriginMismatch"
| "InvalidAllowCredentials"
| "CorsDisabledScheme"
| "PreflightInvalidStatus"
| "PreflightDisallowedRedirect"
| "PreflightWildcardOriginNotAllowed"
| "PreflightMissingAllowOriginHeader"
| "PreflightMultipleAllowOriginValues"
| "PreflightInvalidAllowOriginValue"
| "PreflightAllowOriginMismatch"
| "PreflightInvalidAllowCredentials"
| "PreflightMissingAllowExternal"
| "PreflightInvalidAllowExternal"
| "PreflightMissingAllowPrivateNetwork"
| "PreflightInvalidAllowPrivateNetwork"
| "InvalidAllowMethodsPreflightResponse"
| "InvalidAllowHeadersPreflightResponse"
| "MethodDisallowedByPreflightResponse"
| "HeaderDisallowedByPreflightResponse"
| "RedirectContainsCredentials"
| "InsecurePrivateNetwork"
| "InvalidPrivateNetworkAccess"
| "UnexpectedPrivateNetworkAccess"
| "NoCorsRedirectModeNotFollow"
| "PreflightMissingPrivateNetworkAccessId"
| "PreflightMissingPrivateNetworkAccessName"
| "PrivateNetworkAccessPermissionUnavailable"
| "PrivateNetworkAccessPermissionDenied"