Is there a way to create a GearsBlob object from a javascript variable within javascript?
I have a bytearray that is constructed in javascript, and want to store it into my localstore using captureAsBlob... but that interface appears to require a Blob object, not just a bytearray. Thanks Dave
