Re: [pointerevents] "This API always returns at least one coalesced event for pointermove events and an empty list for other types of PointerEvents."

> This API always returns at least one coalesced event for dispatched pointermove events and an empty list for other types of PointerEvents.

I don't understand this.
window.addEventListener("pointermove", function(e) { console.log(e.getCoalescedEvents()); } ); window.dispatchEvent(new PointerEvent("pointermove"));
prints empty list in Chrome.

-- 
GitHub Notification of comment by smaug----
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/224#issuecomment-341221312 using your GitHub account

Received on Wednesday, 1 November 2017 19:55:28 UTC