EcmaScript 5 browser implementation

Posted by hojberg on Stack Overflow See other posts from Stack Overflow or by hojberg
Published on 2010-02-17T11:18:45Z Indexed on 2010/04/10 8:13 UTC
Read the original article Hit count: 493

So Safari and Chrome have started in their betas to implement some ES5 stuff. For instance Object.create is in them.

Do any of you know if there is a website that shows the progress made in the browsers? ATM i need to use Object.freeze, and wanted to see which browsers (if any) supported that yet.

© Stack Overflow or respective owner

Related posts about ecmascript

Related posts about JavaScript