Re: [whatwg/dom] Do not throw for query() and queryAll() (#39)

Yes, we are waiting for subclassing support for built-ins in browsers and in IDL. `Elements` cannot be live as it is an `Array` subclass and we wouldn't mutate an `Array` on the fly, that'd be a little out there.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/39#issuecomment-231082343

Received on Thursday, 7 July 2016 13:48:18 UTC