Extremely Popular
Go to Latest
interface puppeteer.Audits.BlockedByResponseIssueDetails
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { BlockedByResponseIssueDetails } = puppeteer.Audits;

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.

Properties

optional
parentFrame: AffectedFrame
optional
blockedFrame: AffectedFrame