[Bug 13999] [Awaiting ES6] DOMTokenList: allow to add/remove multiple tokens at once

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