BlockedByResponseIssueDetails

@Serializable
data class BlockedByResponseIssueDetails(val request: Audits.AffectedRequest, val parentFrame: Audits.AffectedFrame? = null, val blockedFrame: Audits.AffectedFrame? = null, val reason: Audits.BlockedByResponseReason)

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.

Constructors

Link copied to clipboard
constructor(request: Audits.AffectedRequest, parentFrame: Audits.AffectedFrame? = null, blockedFrame: Audits.AffectedFrame? = null, reason: Audits.BlockedByResponseReason)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard