paint-timing.idl (520B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: Paint Timing (https://w3c.github.io/paint-timing/) 5 6 [Exposed=Window] 7 interface mixin PaintTimingMixin { 8 readonly attribute DOMHighResTimeStamp paintTime; 9 readonly attribute DOMHighResTimeStamp? presentationTime; 10 }; 11 12 [Exposed=Window] 13 interface PerformancePaintTiming : PerformanceEntry { 14 [Default] object toJSON(); 15 }; 16 PerformancePaintTiming includes PaintTimingMixin;