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

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

--- Comment #16 from Boris Zbarsky <bzbarsky@mit.edu> ---
That's a bit better, but there are still some weird artifacts:

1)  Why is passing a platform object that does not support indexed properties
not ok?  Not that I can think of use cases for it...

2)  Passing a Date or RegExp will work if your IDL looks like this:

  void foo(sequence<long> arg);

but not if the IDL looks like this:

  void foo(long arg);
  void foo(sequence<long> arg);

which is a bit confusing.

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

Received on Monday, 10 December 2012 07:24:56 UTC