BlockedByResponseIssueDetails

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

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.

Official doc

Constructors

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

Properties

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