Anne van Kesteren (2012-12-30T22:46:50.000Z)
On Sun, Dec 30, 2012 at 11:23 PM, Domenic Denicola
<domenic at domenicdenicola.com> wrote:
> I saw this happen, and was sad, but never understood what the legacy problem was.

https://bugs.webkit.org/show_bug.cgi?id=81573

In particular https://bugs.webkit.org/show_bug.cgi?id=81573#c45

The problem with doing this for HTMLCollection is that HTMLCollection
supports named properties. (No idea why that happened.) We could maybe
have HTMLCollection.toArray() or some such at some point if that's
found desirable. Haven't seen that many requests for such a thing yet.


-- 
http://annevankesteren.nl/
github at esdiscuss.org (2013-07-12T02:26:06.494Z)
On Sun, Dec 30, 2012 at 11:23 PM, Domenic Denicola <domenic at domenicdenicola.com> wrote:
> I saw this happen, and was sad, but never understood what the legacy problem was.

https://bugs.webkit.org/show_bug.cgi?id=81573

In particular https://bugs.webkit.org/show_bug.cgi?id=81573#c45

The problem with doing this for `HTMLCollection` is that `HTMLCollection`
supports named properties. (No idea why that happened.) We could maybe
have `HTMLCollection.toArray()` or some such at some point if that's
found desirable. Haven't seen that many requests for such a thing yet.