DeprecationIssueDetails

@Serializable
data class DeprecationIssueDetails(val affectedFrame: Audits.AffectedFrame? = null, val sourceCodeLocation: Audits.SourceCodeLocation, val type: String)

This issue tracks information needed to print a deprecation message. https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md

Constructors

Link copied to clipboard
constructor(affectedFrame: Audits.AffectedFrame? = null, sourceCodeLocation: Audits.SourceCodeLocation, type: String)

Properties

Link copied to clipboard
Link copied to clipboard

One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5