ECMAScript 6/7 compatibility table.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 05 Sep 2014 00:55:32 +0300
changeset 1599 52d4f3d19b46
parent 1598 67085eb78c4e
child 1600 391d3e19d99b
ECMAScript 6/7 compatibility table.
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?