tbusser / jscc

This is the website for the JavaScript Compatibility Checker
http://jscc.info
88 stars 17 forks source link

Support for "Array.from" #19

Open webpn opened 6 years ago

webpn commented 6 years ago

Array.fromwas added to the ECMA-262 standard only in the 6th edition (ES2015).

It has serious issues in IE.

https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/from

Browser compatibility by MDN