// 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; }; [Exposed=Window] partial interface Performance { [SameObject] readonly attribute EventCounts eventCounts; };