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

x/astral/bindings/celestial.ts>Audits_BlockedByResponseIssueDetails

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

Details for a request that has been blocked with the BLOCKED_BY_RESPONSE code. Currently only used for COEP/COOP, but may be extended to include some CSP errors in the future.

definition: { request: Audits_AffectedRequest; parentFrame?: Audits_AffectedFrame; blockedFrame?: Audits_AffectedFrame; reason: Audits_BlockedByResponseReason; }