Class DeprecationIssueDetails
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
public sealed class DeprecationIssueDetails
- Inheritance
-
DeprecationIssueDetails
- Inherited Members
Properties
AffectedFrame
affectedFrame
[JsonPropertyName("affectedFrame")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedFrame? AffectedFrame { get; set; }
Property Value
SourceCodeLocation
sourceCodeLocation
[JsonPropertyName("sourceCodeLocation")]
public SourceCodeLocation SourceCodeLocation { get; set; }
Property Value
Type
One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5
[JsonPropertyName("type")]
public string Type { get; set; }