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

You are firing an un-trusted event. When the spec talks about the guarantees it implies that they hold for the trusted events (fired by the browser). Does that make it better?
Instead of using window.dispatchEvent, move your mouse around so browser fires the events itself and you will see a non-empty list all the time.

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

Received on Wednesday, 1 November 2017 19:58:51 UTC