Boris Zbarsky (2013-09-30T18:06:49.000Z)
On 9/30/13 12:54 PM, Kevin Smith wrote:
> What do you think an HTMLCollection @@iterate method should do?  Iterate
> like an array, or like a map?

Probably like an array.

Note that the set of properties iterated by for/in on HTMLCollection is 
... <sigh>.  But I don't think that should constrain what for/of does, 
hopefully?

-Boris
domenic at domenicdenicola.com (2013-10-13T02:41:01.527Z)
On 9/30/13 12:54 PM, Kevin Smith wrote:
> What do you think an HTMLCollection @@iterate method should do?  Iterate
> like an array, or like a map?

Probably like an array.

Note that the set of properties iterated by for/in on HTMLCollection is 
... <sigh>.  But I don't think that should constrain what for/of does, hopefully?