Table of Contents

Class EventCounts

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The EventCounts interface of the Performance API provides the number of events that have been dispatched for each event type.

[Value("EventCounts")]
public class EventCounts
Inheritance
EventCounts
Inherited Members

Remarks

An EventCounts instance is a read-only Map-like object, in which each key is the name string for an event type, and the corresponding value is an integer indicating the number of events that have been dispatched for that event type.

-EventCounts
-PerformanceEventTiming
-Map

See also on MDN

Constructors

EventCounts()

public EventCounts()