Re: [webidl] CheckIterable(V) is not defined in ECMAScript 2015 (#61)

CheckIterable got refactored into GetMethod with P === Symbol.iterator, I believe.

> My main question: are array-like objects supported (e.g., NodeLists, or Objects with a length and indexed properties), or must they only have a Symbol.iterator?

The latter, but node that `NodeList` has a `Symbol.iterator`.

---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/61#issuecomment-146343117

Received on Wednesday, 7 October 2015 21:50:19 UTC