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 |
---|
Pointer Events # dom-pointerevent-getcoalescedevents |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
getCoalescedEvents |
58 |
79 |
59 |
No |
45 |
No |
58 |
58 |
79
59
|
43 |
No |
7.0 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/getCoalescedEvents