内容简介:除非另有说明,否则 Chrome 66 Beta 发布的更改适用于 Android,Chrome OS,Linux,macOS 和Windows 。在 ChromeStatus 上查看 Chrome 66 中功能的完整列表。 更新内容: <canvas>的ImageBitmap渲染上下文 CS...
除非另有说明,否则 Chrome 66 Beta 发布的更改适用于 Android,Chrome OS,Linux,macOS 和Windows 。在 ChromeStatus 上查看 Chrome 66 中功能的完整列表。
更新内容:
<canvas>的ImageBitmap渲染上下文
CSS类型对象模型的更改
异步剪贴板API
AudioWorklet
有几个 JavaScript 更改:
The
Function.prototype.toString()function now returns exactly what is written in the source code. This includes whitespace and other text that may have been used. For example, if there is a comment between the function keyword and the function name, the comment is now returned in addition to the keyword and name.JSON is now a syntactic subset of ECMAScript, which allows line separator (U+2028) and paragraph separator (U+2029) symbols in string literals.
The
catchclause of atrystatement can now be used without a parameter.String.prototype.trimStart()andString.prototype.trimLeft()are now available as the standards-based way of trimming whitespace from strings, in addition toString.prototype.trim()which was already implemented. The non-standardtrimLeft()andtrimRight()remain as aliases of the new methods for backward compatibility.The
Array.prototype.values()method returns a new array iterator object that contains the values for each index in the array.
更多内容可查看博客。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 领域驱动分层架构与对象模型
- 领域驱动分层架构与对象模型
- 解密 Python 中的对象模型
- 初探CSS对象模型(CSSOM)
- Mongoose 5.0.17 发布,MongoDB 异步对象模型工具
- Mongoose 4.13.14 发布,MongoDB 异步对象模型工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Dojo权威指南
拉塞尔 / 李松峰、李丽 / 机械工业出版社 / 2009-4 / 79.00元
通过使用Dojo这个工业强度的JavaScript工具箱,我们可以比使用其他任何Ajax框架更高效、更容易地创建JavaScript或Ajax驱动的应用程序和站点。 《Dojo权威指南》向读者展示了如何充分利用Dojo工具箱中包含的大量实用特性,以前所未有的效率开发出功能丰富、响应敏捷的Web应用程序。读者通过《Dojo权威指南》能够学习到创建复杂布局和表单控件(常见于高级桌面应用程序)的技......一起来看看 《Dojo权威指南》 这本书的介绍吧!