mathiasbynens / Array.from

A robust & optimized ES3-compatible polyfill for the `Array.from` method in ECMAScript 6.

Home Page:https://mths.be/array-from

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working with Symbol.iterator polyfill and @@iterator

falsandtru opened this issue · comments

Currently, this polyfill possibly does not work with Symbol.iterator polyfill, and does not work with Symbol.iterator polyfill on legacy Firefox that use @@iterator. If we want to fix those points, we need the large fix. Can I do that fix?

Symbols can not be polyfilled.