[Bug 17726] Enumerables on lists

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17726

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> 2012-07-10 06:45:34 UTC ---
Jonathan, "for (e in someArray)" is pretty broken, since it will enumerate all
sorts of things in various cases.  Just don't go there.  ;)

Gecko+Spidermonkey already has support for for-of on lists.  And there's
discussion about making that automatic in WebIDL.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 10 July 2012 06:45:36 UTC