This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The getCoalescedEvents() property of the PointerEvent interface returns a sequence of all PointerEvent instances that were coalesced into the dispatched pointermove event.
var pointerEvents[] = PointerEvent.getCoalescedEvents()
None.
A sequence of PointerEvent instances.
| Specification | Status | Comment |
|---|---|---|
| Pointer Events - Level 2 Extensions The definition of 'getCoalescedEvents()' in that specification. | Editor's Draft | Initial definition. |
| Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|---|
| Basic support | 58 | No | No | No | 45 | No |
| Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
|---|---|---|---|---|---|---|---|
| Basic support | 58 | 58 | No | No | No | 45 | No |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/getCoalescedEvents