DeprecationIssueDetails

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

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

Official doc

Constructors

Link copied to clipboard
constructor(affectedFrame: AffectedFrame? = null, sourceCodeLocation: 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