blob: 064d1072d2d76bd3a80333788102d8f835b48a4e [file] [log] [blame]
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Long Tasks API (https://w3c.github.io/longtasks/)
[Exposed=Window]
interface PerformanceLongTaskTiming : PerformanceEntry {
readonly attribute FrozenArray<TaskAttributionTiming> attribution;
[Default] object toJSON();
};
[Exposed=Window]
interface TaskAttributionTiming : PerformanceEntry {
readonly attribute DOMString containerType;
readonly attribute DOMString containerSrc;
readonly attribute DOMString containerId;
readonly attribute DOMString containerName;
[Default] object toJSON();
};
[Exposed=Window]
interface PerformanceLongAnimationFrameTiming : PerformanceEntry {
readonly attribute DOMHighResTimeStamp renderStart;
readonly attribute DOMHighResTimeStamp styleAndLayoutStart;
readonly attribute DOMHighResTimeStamp blockingDuration;
[Default] object toJSON();
};