blob: d84d7c32dcc2a0e9745a6c60a7ac5dedac78b2d4 [file] [log] [blame]
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into reffy-reports
// (https://github.com/tidoust/reffy-reports)
// Source: Event Timing API (https://wicg.github.io/event-timing/)
[Exposed=Window]
interface PerformanceEventTiming : PerformanceEntry {
readonly attribute DOMHighResTimeStamp processingStart;
readonly attribute DOMHighResTimeStamp processingEnd;
readonly attribute boolean cancelable;
readonly attribute Node? target;
[Default] object toJSON();
};
[Exposed=Window]
interface EventCounts {
readonly maplike<DOMString, unsigned long long>;
};
[Exposed=Window]
partial interface Performance {
[SameObject] readonly attribute EventCounts eventCounts;
};
partial dictionary PerformanceObserverInit {
DOMHighResTimeStamp durationThreshold;
};