javascript "use strong" 功能是否被接受为网络标准?

Is javascript "use strong" feature accepted as a web standard?

Google 开始尝试使用 "use strong" 作为比 javascript "use strict".

更严格的替代方案

自从他们发布此博客后,我没有收到任何消息 post:

https://developers.google.com/v8/experiments

有人知道这是否最终成为标准并且可以用于 javascript 个项目?

这不是一个标准,而且(不幸的是)不太可能很快成为一个标准。这是最后一次官方更新:https://groups.google.com/forum/#!topic/strengthen-js/ojj3TDxbHpQ

TL;DR:

...we have reluctantly decided not to pursue strong mode further. We learned some worthwhile lessons, but overall it is not clear that the benefits justify the costs. Starting with the next version of V8, we will hence remove support for strong mode.