store.oncomplete keeps firing even after the manifest is downloaded,
why is this? I thought this event was triggered on a successful
download and then would stop...

I use this event to initiate an ajax call to update the clientside sql
lite db - this involves a lot of data and i don't want it downloading
it mulitple times.

store.checkForUpdate(); should just check when I want it to... I can
create my own timing sequence for this and I can't understand why
gears needs too.

is there a way that I can stop this timing sequence of
store.checkForUpdate(); ?

Thanks

Reply via email to