Re: DOMTimeStamp interface not defined in L3 events...

Annevk wrote:
> I believe last time we looked into this it was figured out we could not
> change it to a Date object. I wish we could, but there is probably too
> much content out there using it in this way already.

It probably does have to stay the say it is for backwards
compatibility. But it sure would be nice to be able to do something
like:

var jsdate = e.timeStamp.toDate();


--Jacob

Received on Saturday, 3 October 2009 19:20:22 UTC