[Bug 16103] Remove DOMStringList usage

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

--- Comment #10 from Jonas Sicking <jonas@sicking.cc> 2012-03-10 01:10:37 UTC ---
Fixing this bug seems like it brings very small value to authors. The only
benefit I could see is that extending Array.prototype would also extend the
return value from various IDB methods.

I'd rather that by fixing DOMStringList such that it has Array.prototype on the
prototype chain.

If we could additionally get Array.prototype.contains added then the switch to
DOMString[] could be done compatibly (or at least compatibly enough). But
that's of course up to TC39

-- 
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 Saturday, 10 March 2012 01:10:40 UTC