EcmaScript 5 浏览器实现
因此 Safari 和 Chrome 已经开始在测试版中实现一些 ES5 的东西。 例如 Object.create 就在其中。
你们中有人知道是否有一个网站可以显示浏览器的进展情况吗? ATM 我需要使用 Object.freeze,并且想查看哪些浏览器(如果有)支持该功能。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是主要引擎的最新列表:https://kangax.github.io/compat -表/es5/
Here's an up to date list for major engines: https://kangax.github.io/compat-table/es5/