chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.audits / BlockedByResponseIssueDetails

BlockedByResponseIssueDetails

data class BlockedByResponseIssueDetails

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

<init>

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.

BlockedByResponseIssueDetails(request: AffectedRequest, parentFrame: AffectedFrame? = null, blockedFrame: AffectedFrame? = null, reason: BlockedByResponseReason)

Properties

blockedFrame

val blockedFrame: AffectedFrame?

parentFrame

val parentFrame: AffectedFrame?

reason

val reason: BlockedByResponseReason

request

val request: AffectedRequest