I‘m developing chrome extension. user log in in options.html,and then application will load much data from web database. but once user close options.html, the loading process will stop immediately. I want to do the loading work in background page,but I don't how to program. Can someone help? Thank a lot.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can do you loading in background page.
and then call it in your option page.
then your loading process will keep running in the background. |
|||||||
|