StylesheetLoadingIssueDetails

@Serializable
data class StylesheetLoadingIssueDetails(val sourceCodeLocation: Audits.SourceCodeLocation, val styleSheetLoadingIssueReason: Audits.StyleSheetLoadingIssueReason, val failedRequestInfo: Audits.FailedRequestInfo? = null)

This issue warns when a referenced stylesheet couldn't be loaded.

Constructors

Link copied to clipboard
constructor(sourceCodeLocation: Audits.SourceCodeLocation, styleSheetLoadingIssueReason: Audits.StyleSheetLoadingIssueReason, failedRequestInfo: Audits.FailedRequestInfo? = null)

Properties

Link copied to clipboard

Contains additional info when the failure was due to a request.

Link copied to clipboard

Source code position that referenced the failing stylesheet.

Link copied to clipboard

Reason why the stylesheet couldn't be loaded.