PerformanceEventTiming
The PerformanceEventTiming
interface of the Event Timing API provides insights into the latency of certain event types triggered by user interaction.
Properties
Link copied to clipboard
The read-only cancelable
property returns the associated event's cancelable
property, indicating whether the event can be canceled.
Link copied to clipboard
Link copied to clipboard
The read-only interactionId
property returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
Link copied to clipboard
The read-only processingEnd
property returns the time the last event handler finished executing.
Link copied to clipboard
The read-only processingStart
property returns the time at which event dispatch started.
Link copied to clipboard