import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { BlockedByResponseIssueDetails } = Protocol.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
request: AffectedRequest
optional
parentFrame: AffectedFrameoptional
blockedFrame: AffectedFramereason: BlockedByResponseReason