mathiasbynens/Array.from

Working with Symbol.iterator polyfill and @@iterator

falsandtru opened this issue · 1 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.