# HG changeset patch # User Oleksandr Gavenko # Date 1409867732 -10800 # Node ID 52d4f3d19b469d70b612a9e58b9f053895a1dff8 # Parent 67085eb78c4ecefca228219bf49ee44ebc0aaf1a ECMAScript 6/7 compatibility table. diff -r 67085eb78c4e -r 52d4f3d19b46 js.rst --- a/js.rst Thu Sep 04 01:14:04 2014 +0300 +++ b/js.rst Fri Sep 05 00:55:32 2014 +0300 @@ -78,8 +78,12 @@ List of versions per browser. http://en.wikipedia.org/wiki/ECMAScript#Version_correspondence List of versions. - http://kangax.github.com/es5-compat-table/ + http://kangax.github.io/compat-table/es5/ ECMAScript 5 compatibility table. + http://kangax.github.io/compat-table/es6/ + ECMAScript 6 compatibility table. + http://kangax.github.io/compat-table/es7/ + ECMAScript 7 compatibility table. http://caniuse.com/use-strict Can I use ECMAScript 5 Strict Mode?