eventCounts property

EventCounts get eventCounts

The read-only performance.eventCounts property is an EventCounts map containing the number of events which have been dispatched per event type.

Not all event types are exposed. You can only get counts for event types supported by the PerformanceEventTiming interface.

Implementation

external EventCounts get eventCounts;