Skip to content

Blobs: Add static utility class for creating blobs (e.g. using blob parts)#8

Open
ShaunEdiger wants to merge 1 commit intolaaglu:masterfrom
ShaunEdiger:create-blob
Open

Blobs: Add static utility class for creating blobs (e.g. using blob parts)#8
ShaunEdiger wants to merge 1 commit intolaaglu:masterfrom
ShaunEdiger:create-blob

Conversation

@ShaunEdiger
Copy link

This convenience class enables the creation of Blob objects by wrapping the native Blob constructor in a GWT wrapper. Since blob parts are mixed javascript arrays, some Java type checking is performed on the Object arguments before passing them to the target JSNI method.

W3C Blob Interface:
http://www.w3.org/TR/FileAPI/#dfn-Blob

@laaglu
Copy link
Owner

laaglu commented Apr 22, 2015

Looks pretty cool ! I will build it and try it asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants