[whatwg] getElementsByClassName()

On Tue, 24 Oct 2006, Joao Eiras wrote:
>
> The question is.. is there really the need for the array ? Most bindings 
> support variable arguments.

The initial proposal used varargs, but people pointed out that that made 
it difficult to call the method with an arbitrary number of arguments, 
which is why it now takes an array.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Monday, 23 October 2006 16:39:51 UTC