Is it possible to use Google Gears inside of another Firefox extension?
Posted
by Dmitry Nedbaylo
on Stack Overflow
See other posts from Stack Overflow
or by Dmitry Nedbaylo
Published on 2010-03-30T15:09:32Z
Indexed on
2010/03/30
15:13 UTC
Read the original article
Hit count: 350
Basically, i want to implement Offline/Online XUL application with ability to upload data to server.
Yes, i know there is Mozilla Storage API, but it looks like it is much more easier with Gears to have local database and to upload local changes to server using WorkerPool.
Without Gears, i have no ideas how to upload local changes to remote server.
Any thoughts, friends?
Thanks in advance for any help.
© Stack Overflow or respective owner