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

SharedArrayBufferTransferIssueDetails

data class SharedArrayBufferTransferIssueDetails

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

<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.

SharedArrayBufferTransferIssueDetails(sourceCodeLocation: SourceCodeLocation, isWarning: Boolean)

Properties

isWarning

val isWarning: Boolean

sourceCodeLocation

val sourceCodeLocation: SourceCodeLocation