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

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

           Summary: Allow user objects for Array[] types
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
        AssignedTo: cam@mcc.id.au
        ReportedBy: simonp@opera.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org


Why does Array[] conversion from JS value to IDL value not accept a user object
like {'0':'foo', 'length':1}? (It uses the same rule as sequence<T> which
throws TypeError for user objects, if I'm reading it correctly.)

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 18 April 2012 07:52:22 UTC