Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Audits.BlockedByResponseIssueDetails
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { BlockedByResponseIssueDetails } = default.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