- From: <bugzilla@jessica.w3.org>
- Date: Fri, 10 Aug 2012 16:55:54 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=13999 --- Comment #14 from Erik Arvidsson <arv@chromium.org> 2012-08-10 16:55:53 UTC --- Rest params and spread are in the ES6 draft and are available in Firefox. I want to start implementing this as interface DOMTokenList { void add(in DOMString... tokens); void remove(in DOMString... tokens); } Any objections? -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Friday, 10 August 2012 16:55:56 UTC