[Webkit-unassigned] [Bug 124175] New: Blob constructor should accept sequences

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 11 17:04:19 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124175

           Summary: Blob constructor should accept sequences
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsbin.com/alEMuQu/1
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: costan at gmail.com


According to the WebIDL in the File API, the Blob constructor should accept a sequence for the parts argument.
http://www.w3.org/TR/FileAPI/#dfn-Blob

In WebKit, the constructor only accepts arrays, as can be shown by the test case in the bug's URL.

Chromium bug (fixed, contains LayoutTests that might be useful):
https://code.google.com/p/chromium/issues/detail?id=314755

Firefox bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=937348

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list