Re: [heycam/webidl] iterable's should have more than just forEach() (#561)

> I hope the ES array methods (edit: optionally) use Symbol.iterator rather than requiring length property

Which methods?

Generally speaking, the Array generics in ES in fact use the `length` property; they were mostly designed before iterators existed and were meant to work on arbitrary arraylikes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/561#issuecomment-406928308

Received on Monday, 23 July 2018 03:21:49 UTC