Open geoffdutton opened 7 years ago
Instead of reloading the whole tab, we can just make sure they've been added to the tabContexts
. Otherwise, it'll return the behind-the-scenes
url until the tab is reload.
Yes
You might want to rebase and fix the errors.
I noticed when I inspect the global page and run
window.location.reload()
, it's as though all the tabs lose reference to the background page. So one idea would be to reload each tab as we build out thevAPI.tabs.stack
object. Maybe this has something to do with #38?However, this could be a problem if for some reason it kept restarting, or if it restarted when someone was in the middle of something.
Just an idea.