Re: Event.timeStamp

On 10/18/10 11:47 PM, L. David Baron wrote:
> I think interval timer times are quite useful.  I'd like to be able
> to have APIs that let Web pages do things like start animations
> based on the time of the mouse or key event that triggered them,
> which I think should make them appear more responsive, even if it
> really takes them a little time to get started.

On the other hand, what web pages have right now is JS Date objects, 
which do work in ms since the epoch, right?  Is there value in being 
able to compare event timeStamps to these?

Perhaps we need two different kinds of timestamp?

-Boris

Received on Tuesday, 19 October 2010 04:02:42 UTC