[Bug 20510] send(sequence<short> data) should just be send(any data)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20510

--- Comment #4 from Marcos Caceres <w3c@marcosc.com> ---
(In reply to comment #1)
> Sounds good to me, but I have to point out that this will make it impossible
> to overload send():
> 
> send(3) = [0,0,0]

True. And good point about it expanding out :/ I didn't think of that and I
don't know if that is bad or not. 

I guess worst case you get people sending something like:

send(0x90); 

Will any hardware die if it gets a long string of 0s?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 25 December 2012 23:49:58 UTC