mathiasbynens / Array.from

A robust & optimized ES3-compatible polyfill for the `Array.from` method in ECMAScript 6.
https://mths.be/array-from
MIT License
67 stars 15 forks source link

Check if `ToLength` is implemented correctly #6

Closed mathiasbynens closed 10 years ago

mathiasbynens commented 10 years ago

As reported by @medikoo here: https://github.com/mathiasbynens/Array.from/commit/0e41b310b65605461d8a6c2f7e0d3e494368f861#commitcomment-6175170

medikoo commented 10 years ago

Other issues I see:

ljharb commented 10 years ago

This is now implemented correctly.