Im programing a Chrome Extension and wanted to make a Jquery Request from my background.js I read that its not possible, and only possible from the content.js or a popup.js, but when making my request it can be that the user closed the page, where the content.js was running (same for the popup), so how do I handle this?
PS: Im using V13