This is an experimental technologyCheck 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 3The definition of 'getCoalescedEvents()' in that specification. | Editor's Draft | Initial definition. |
Browser Compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Chrome
Full support 58 |
Edge
Full support 79 |
Firefox
Full support 59 |
IE
No support No |
Opera
Full support 45 |
Safari
No support No |
WebView Android
Full support 58 |
Chrome Android
Full support 58 |
Firefox Android Partial support 59 Partial support 59 Disabled' From version 59: this feature is behind the |
Opera Android
Full support 43 |
Safari iOS
No support No |
Samsung Internet Android
Full support 7.0 |
Legend
- Full support
- Full support
- Partial support
- Partial support
- No support
- No support
- Experimental. Expect behavior to change in the future.'
- Experimental. Expect behavior to change in the future.
- User must explicitly enable this feature.'
- User must explicitly enable this feature.
PointerEvent.getCoalescedEvents() by Mozilla Contributors is licensed under CC-BY-SA 2.5.