Class LazyLoadImageIssueDetails
Details for issues about lazy-loaded images without explicit dimensions.
public sealed record LazyLoadImageIssueDetails : IEquatable<LazyLoadImageIssueDetails>
- Inheritance
-
LazyLoadImageIssueDetails
- Implements
- Inherited Members
Constructors
LazyLoadImageIssueDetails(BackendNodeId, string, FrameId)
Details for issues about lazy-loaded images without explicit dimensions.
public LazyLoadImageIssueDetails(BackendNodeId NodeId, string Url, FrameId FrameId)
Parameters
NodeIdBackendNodeIdDOM node of the problematic HTMLImageElement.
UrlstringURL or src attribute of the image.
FrameIdFrameIdFrame containing the image.
Properties
FrameId
Frame containing the image.
public FrameId FrameId { get; init; }
Property Value
NodeId
DOM node of the problematic HTMLImageElement.
public BackendNodeId NodeId { get; init; }
Property Value
Url
URL or src attribute of the image.
public string Url { get; init; }