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

So, this leaves [at least] the conversion from an ECMAScript value V to a sequence<T> undefined--not sure exactly what CheckIterable() was supposed to do.

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? (Or some other thing.)

http://heycam.github.io/webidl/#es-sequence

I checked with Brian Terlson, and he wasn't sure what CheckIterable() was supposed to do either.

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

Received on Wednesday, 7 October 2015 19:54:26 UTC