I am implementing google chrome extension , in which I need to fetch data from some other site through API call and it will take 2-5 seconds to get response, meanwhile if user click somewhere out of extension body ( to close the extension ) then fetch is terminated.
So is there any option by which I can overtake this issue ?
Basically I want that chrome extension make fetch API call in background even after closing the extension.