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

One point of record: @dbaron's quote above wrt to a more-breaking change was a response to a suggestion that we define `event.timeStamp` in terms of `performance.now() + navigationStart`, more or less, so it _looks_ comparable to `Date.now()` values.   But isn't really, as clocks drift during the lifetime of the page.  He was saying he would prefer just having `event.timeStamp` not be comparable to `Date.now()` at all to that setup.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/23#issuecomment-215323553

Received on Thursday, 28 April 2016 06:30:10 UTC