Web/API/PointerEvent/getCoalescedEvents

From Get docs

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

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

getCoalescedEvents

Experimental'

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

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 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.