内容简介:除非另有说明,否则 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 异步对象模型工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web前端黑客技术揭秘
钟晨鸣、徐少培 / 电子工业出版社 / 2013-1 / 59.00元
Web前端的黑客攻防技术是一门非常新颖且有趣的黑客技术,主要包含Web前端安全的跨站脚本(XSS)、跨站请求伪造(CSRF)、界面操作劫持这三大类,涉及的知识点涵盖信任与信任关系、Cookie安全、Flash安全、DOM渲染、字符集、跨域、原生态攻击、高级钓鱼、蠕虫思想等,这些都是研究前端安全的人必备的知识点。本书作者深入剖析了许多经典的攻防技巧,并给出了许多独到的安全见解。 本书适合前端工......一起来看看 《Web前端黑客技术揭秘》 这本书的介绍吧!