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 record DeprecationIssueDetails : IEquatable<DeprecationIssueDetails>
- Inheritance
-
DeprecationIssueDetails
- Implements
- Inherited Members
Constructors
DeprecationIssueDetails(SourceCodeLocation, 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
public DeprecationIssueDetails(SourceCodeLocation SourceCodeLocation, string Type)
Parameters
SourceCodeLocationSourceCodeLocationTypestringOne of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5
Properties
AffectedFrame
public AffectedFrame? AffectedFrame { get; init; }
Property Value
SourceCodeLocation
public SourceCodeLocation SourceCodeLocation { get; init; }
Property Value
Type
One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5
public string Type { get; init; }