Re: [w3c/IndexedDB] DOMStringList has been removed from DOM (#28)

For the spec for now (especially for "2.0") I'm tempted to just define __DOMStringList__ in the IDB spec so it [does have a definition](https://github.com/tidoust/reffy/wiki/Report-per-anomaly-(20160711)), and add a note to implementers encouraging experimenting with returning real arrays with `contains()` added. 

Given that this is shipping in all major browsers and the usage remains high, pretending it doesn't exist in lieu of a documented, shipping alternative is not helpful.

(But I don't want to discourage anyone from pursuing `FrozenArrayWithContains<>` on the spec/impl/experiment front, it's just non-trivial and not a priority for me)

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/28#issuecomment-237691830

Received on Thursday, 4 August 2016 21:39:47 UTC