WebIDLpedia

PerformancePaintTiming interface

Definition

Paint Timing defines PerformancePaintTiming



[Exposed=Window]
interface PerformancePaintTiming : PerformanceEntry {};
PerformancePaintTiming includes PaintTimingMixin;
Consolidated IDL (across mixin and partials)


[Exposed=Window]
interface PerformancePaintTiming : PerformanceEntry {
    readonly attribute DOMHighResTimeStamp paintTime;
    readonly attribute DOMHighResTimeStamp? presentationTime;};