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.
I‘m developing chrome extension. user log in in options.html,and then application will load much
Share
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.