Re: [WebIDL] Constructor with too many arguments throws TypeError?

On 6/15/14, 1:12 AM, Garrett Smith wrote:
> document.createElement("a", "b", "c").getAttribute("is")
>
> document.createElement("a", "b").getAttribute("is");

Neither of those throws for me in Chrome, fwiw, so I'm not sure why 
they're relevant here.

-Boris

Received on Sunday, 15 June 2014 05:26:13 UTC