- From: <bugzilla@jessica.w3.org>
- Date: Thu, 19 Dec 2013 14:25:21 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24141 Bug ID: 24141 Summary: Consider the interaction of ArrayClass and concat() Product: WebAppsWG Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: WebIDL Assignee: cam@mcc.id.au Reporter: Ms2ger@gmail.com QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, public-script-coord@w3.org With ArrayClass, var x = document.querySelectorAll("*"); var y = x.concat(); leads to y ≡ [x]. It seems like ES6 @@isConcatSpreadable can fix that. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Thursday, 19 December 2013 14:25:36 UTC