Largest Contentful Paint
data class LargestContentfulPaint(renderTime: TimeSinceEpoch, loadTime: TimeSinceEpoch, size: Double, elementId: String?, url: String?, nodeId: BackendNodeId?)
Content copied to clipboard
See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl
Constructors
LargestContentfulPaint
Link copied to clipboard
fun LargestContentfulPaint(renderTime: TimeSinceEpoch, loadTime: TimeSinceEpoch, size: Double, elementId: String? = null, url: String? = null, nodeId: BackendNodeId? = null)
Content copied to clipboard
Properties
loadTime
Link copied to clipboard
nodeId
Link copied to clipboard
renderTime
Link copied to clipboard
Sources
jvm source
Link copied to clipboard