On Wed, May 22, 2013 at 9:44 AM, Brendan Eich <[email protected]> wrote: > NodeList extends Array now but is not literally Array plus hooks. Same for > Map and the quite different thing you're specifying.
NodeList is an interesting case, actually. It's an Array, but with a type restriction. Live NodeLists even have basically the same linkage behavior I'm talking about. What do I need to do to get a Map like that? ~TJ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

