blob: c6790e16e3dbb736e2db8aad5f5405376f807d72 [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;
};
[Exposed=Window]
interface EventCounts {
readonly maplike<DOMString, unsigned long long>;
};
[Exposed=Window]
partial interface Performance {
[SameObject] readonly attribute EventCounts eventCounts;
};