Re: [dom] High resolution timing for events (#23)

> 2- monotonic (?) since system startup in milliseconds: mouse, wheel, key, touch, click events

Hmm.  Looking more carefully, I agree that mouse events (the ones I checked) are monotonic on at least some OSes for Firefox.  And it even looks like they're now all in ms (this did not use to be the case for the function they're using).

But note that this is not the same monotonic clock as the one used for performance.now() and hence can skew from that clock anyway...

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/23#issuecomment-186029191

Received on Friday, 19 February 2016 03:19:58 UTC