Firefox Tomorrow

web api instance property

LargestContentfulPaint: paintTime property

View on MDN ↗

The paintTime read-only property of the LargestContentfulPaint interface returns the timestamp when the rendering phase ended and the paint phase started.

The paintTime is broadly interoperable: The value should be the same across different implementations.

Value

A DOMHighResTimeStamp.

Examples

See Observing separate paint and presentation timings.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also