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

Yeah, as @sicking has said in the past I think `FrozenArrayWithContains<>` and `FrozenArrayWithItem<>` which are real array subclasses are the least-bad path forward here. Again, based on previous discussion, I think we need one implementation to "prove" this approach is web-compatible then we can push these into WebIDL/specs.

I don't know what that entails implementation-wise in Blink, and I haven't thought at all about what other questions this raises (is the subclass's constructor exposed on the global? is `instance.constructor` callable w/o throwing by user script? etc)

---
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-215207675

Received on Wednesday, 27 April 2016 19:51:28 UTC