Date.prototype.toJSON is defined (using pseudo code) to be generally equivalent 
to
               return this.toISOString();



From: Mark S. Miller [mailto:[email protected]]
Sent: Wednesday, June 10, 2009 11:04 AM
To: Allen Wirfs-Brock
Cc: Brendan Eich; [email protected]; [email protected]
Subject: Re: Date.prototype.toISOString and Invalid Date

On Wed, Jun 10, 2009 at 11:00 AM, Allen Wirfs-Brock 
<[email protected]<mailto:[email protected]>> wrote:
This would also imply that (new Date(NaN).toJSON()) also throws.  Is everybody 
fine with that??

I must be missing something. How does that follow?



--
   Cheers,
   --MarkM
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to