Comment #1 on issue 786 by what.went.wrong: Need to create blob object from javascript generated data
http://code.google.com/p/gears/issues/detail?id=786

I've compiled Gears from SVN and the Blob Builder does exactly what I need, can it be
enabled in the official builds and if not what can I do to help?

Test code:

var builder = google.gears.factory.create('beta.blobbuilder', '1.0');
builder.append('test!');
var blob = builder.getAsBlob();
var storeFactory = google.gears.factory.create('beta.localserver', '1.0');
var store = storeFactory.createStore('store');
store.captureBlob(blob, 'test.txt', 'text/plain');

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to