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

Here's another example of a kind of pattern that could be affected:

https://github.com/cubiq/iscroll/blob/v4/src/iscroll-lite.js#L207

```js
that.startTime = e.timeStamp || Date.now();
```

This is from v4 of Cubiq iscroll, which was both a pretty popular solution for a little while, and used in a lot of websites that are no longer maintained.

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

Received on Saturday, 6 February 2016 05:55:03 UTC