JavaScript 是一门仍在发展中的语言,会定期添加一些新的功能。
要查看它们在基于浏览器的引擎及其他引擎中的支持情况,请看:
1、每个功能的支持表
http://caniuse.com
例如,查看哪个引擎支持现代加密(cryptography)函数:
http://caniuse.com/#feat=cryptography。
2、语言功能以及引擎是否支持这些功能的表格
https://kangax.github.io/compat-table
译自https://javascript.info/manuals-specifications