Definition
Long Animation Frames API defines PerformanceLongAnimationFrameTiming
[Exposed=Window]
interface PerformanceLongAnimationFrameTiming : PerformanceEntry {
/* Overloading PerformanceEntry */
readonly attribute DOMHighResTimeStamp startTime;
readonly attribute DOMHighResTimeStamp duration;
readonly attribute DOMString name;
readonly attribute DOMString entryType;
readonly attribute DOMHighResTimeStamp renderStart;
readonly attribute DOMHighResTimeStamp styleAndLayoutStart;
readonly attribute DOMHighResTimeStamp blockingDuration;
readonly attribute DOMHighResTimeStamp firstUIEventTimestamp;
[SameObject] readonly attribute FrozenArray<PerformanceScriptTiming> scripts;
[Default] object toJSON();
};