Hello, is there any plans to future development of Gears API? Particulary I'm interested in local files management.
Consider a scenario: 1/ Use HttpRequest API to get a Blob from the server (done) 2/ Save this blob somewhere on local computer (Temporary Internet files in Windows) (how?) 3/ Use some Desktop API to open this file to the user (like .doc file in MS Word/OOo) 4/ being able to monitor that file for changes 5/ read the (temporary file) back into Blob 6/ delete the (temporary) file from local client 7/ send the Blob back to server with HttpRequest (done) If all of those can be done with Gears one day, user interactions with web applications can be really improved! Thanks in advance for your comments, ideas, etc. Martin
