Hi Chris, An undocumented version of the captureBlob method is actually available in 0.4.24, this version takes two parameters. void captureBlob(blob, url);
Gears0.5.3.0 and later have two methods in this area. void captureBlob(Blob blob, string url, string opt_contentType); Blob getAsBlob(url); I'm not sure when Chrome with support for this will be out to all users (soon, i know that much), but 0.5.3.0 is out to Chrome users on the dev channel right now. http://dev.chromium.org/getting-involved/dev-channel/ On Thu, Nov 20, 2008 at 4:42 PM, Khookie <[EMAIL PROTECTED]> wrote: > > Hi > > I'm probably jumping the gun, but I noticed Gears has auto-updated > itself in Firefox & IE to 0.5.4.0. > > When will Chrome update itself to this version? > > I assume this version contains the captureBlob function? > > Cheers > > Chris >
