Re: [dom] Change DOMTokenList's add() return value. (#114)

I don't think we should go with an array, since there's really no reason to. It's harder & more expensive to code to (have to iterate over it to find if an item is there), and would implicitly encourage dependence on implementation details such as order. 

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/114#issuecomment-160655579

Received on Monday, 30 November 2015 15:07:39 UTC