[Bug 26947] New: Fixed length sequences of varying types

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

            Bug ID: 26947
           Summary: Fixed length sequences of varying types
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: annevk@annevk.nl
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

http://heycam.github.io/webidl/#idl-sequence

[[
sequence<T>
]]

When we know the length of the array we want to return, e.g. for an iterator
value, would it help if we enumerated the length and types?

E.g. https://xhr.spec.whatwg.org/#formdata would probably return an array for
each iterator value of length two where the first value is a ScalarValueString
and the second a FormDataEntryValue.

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

Received on Wednesday, 1 October 2014 12:45:41 UTC