struct Protocol::PerformanceTimeline::LargestContentfulPaint
- Protocol::PerformanceTimeline::LargestContentfulPaint
- Struct
- Value
- Object
Overview
See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl
Included Modules
- JSON::Serializable
Defined in:
protocol/performance_timeline.crConstructors
Instance Method Summary
-
#element_id : String | Nil
The id attribute of the element, if available.
- #load_time : Network::TimeSinceEpoch
- #node_id : DOM::BackendNodeId | Nil
- #render_time : Network::TimeSinceEpoch
-
#size : Number::Primitive
The number of pixels being painted.
-
#url : String | Nil
The URL of the image (may be trimmed).