BlockedByResponseIssueDetails

@Serializable
data class BlockedByResponseIssueDetails(val request: AffectedRequest, val parentFrame: AffectedFrame? = null, val blockedFrame: AffectedFrame? = null, val reason: 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.

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)