- From: Travis Leithead <notifications@github.com>
- Date: Wed, 07 Oct 2015 12:53:52 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Wednesday, 7 October 2015 19:54:26 UTC
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