[Bug 16767] Allow user objects for Array[] types

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

--- Comment #10 from Cameron McCormack <cam@mcc.id.au> ---
I believe that there is no current API that needs to have sequences and
dictionaries distinguishable.  I think Simon is right and we should do (1),
disallow it (again) for now, and if an API comes up where we do need it, we
solve the problem then (and solve it under the assumption that people are
relying on the ability to pass { "0": 123, length: 1 } to a function expecting
sequence<T>.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 10 December 2012 03:59:12 UTC