PointerEvent.getCoalescedEvents()
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The getCoalescedEvents()
method of the
PointerEvent
interface returns a sequence of all
PointerEvent
instances that were coalesced into the dispatched
pointermove
event.
Syntax
var pointerEvents[] = PointerEvent.getCoalescedEvents()
Parameters
None.
Returns
A sequence of PointerEvent
instances.
Specifications
Specification | Status | Comment |
---|---|---|
Pointer Events – Level 3 The definition of 'getCoalescedEvents()' in that specification. |
Editor's Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser