lib-gwt-file icon indicating copy to clipboard operation
lib-gwt-file copied to clipboard

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

Open ShaunEdiger opened this issue 9 years ago • 1 comments

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

ShaunEdiger avatar Apr 20 '15 05:04 ShaunEdiger

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

laaglu avatar Apr 22 '15 14:04 laaglu