[Webkit-unassigned] [Bug 51652] New: Add getBlob(in DOMString contentType)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 27 13:22:46 PST 2010


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

           Summary: Add getBlob(in DOMString contentType)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chuck at jumis.com
                CC: mdelaney at apple.com


Using the same semantics as toDataURL (image/png is the default output), add Blob getBlob([Optional] in DOMString contentType, [Optional] args...).

Currently, an image must be copied to a string using toDataURL, then to an array buffer using base64 decoding, before it can be run through createObjectURL. getBlob would reduce the number of operations.

-- 
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