Skip to main content
Module

x/astral/bindings/celestial.ts>Network_BlockedReason

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

The reason why request was blocked.

definition:
| "other"
| "csp"
| "mixed-content"
| "origin"
| "inspector"
| "subresource-filter"
| "content-type"
| "coep-frame-resource-needs-coep-header"
| "coop-sandboxed-iframe-cannot-navigate-to-coop-page"
| "corp-not-same-origin"
| "corp-not-same-origin-after-defaulted-to-same-origin-by-coep"
| "corp-not-same-site"