[Bug 24586] New: Remove FileList

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

            Bug ID: 24586
           Summary: Remove FileList
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API
          Assignee: arun@mozilla.com
          Reporter: jonas@sicking.cc
        QA Contact: public-webapps-bugzilla@w3.org
                CC: public-webapps@w3.org
        Depends on: 23682

Bug 23682 seems to be solving the issue of how to return a JS-array of Foo
objects rather than having to introduce new FooList types.

This means that we can remove FileList.

This should be a backwards compatible change spec-wise. Some implementations
supports the syntax myfilelist.item(5) which would be lost in this change. But
given that no one has asked for the .item function to be brought back,
hopefully this should be fine.

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

Received on Saturday, 8 February 2014 00:20:52 UTC