Re: [dom] Provide getAttributeNames() which returns an Array<DOMString> (#115)

That would certainly do the job, although it's unfortunate to waste memory on those arrays for the vast majority of attributes that aren't in a namespace. A mixture of strings and arrays isn't exactly perfect, either.

Any preferences, @esprehn?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/115#issuecomment-159220352

Received on Tuesday, 24 November 2015 10:21:58 UTC