This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
With ArrayClass, var x = document.querySelectorAll("*"); var y = x.concat(); leads to y ≡ [x]. It seems like ES6 @@isConcatSpreadable can fix that.
Let's just do what's proposed in bug 23682 and get rid of ArrayClass
Since it seems like ArrayClass is legacy, let's not do this.