PointerEvent.getCoalescedEvents()

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

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
getCoalescedEvents
Experimental
Chrome Full support 58Edge Full support 79Firefox Full support 59IE No support NoOpera Full support 45Safari No support NoWebView Android Full support 58Chrome Android Full support 58Firefox Android Partial support 59
Disabled
Partial support 59
Disabled
Disabled From version 59: this feature is behind the dom.w3c_pointer_events.enabled preference (needs to be set to true). To change preferences in Firefox, visit about:config.
Opera Android Full support 43Safari iOS No support NoSamsung 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.