PerformanceElementTiming: paintTime property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The paintTime read-only property of the PerformanceElementTiming 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

See also