-prevent potential bug with user switching tabs after triggering request and the response getting sent back to the wrong active tab
src/background/controllers/inpageAccountController.ts
"I think in a separate PR we should keep track of which tab is sending requests to the inpage. Think we should save the tabID of the tab that is making the requests so we know who to send it back to. I see a possible bug here where active and currentWindow can change if the user fires off a request and changes the tab before it returns."
-prevent potential bug with user switching tabs after triggering request and the response getting sent back to the wrong active tab
src/background/controllers/inpageAccountController.ts "I think in a separate PR we should keep track of which tab is sending requests to the inpage. Think we should save the tabID of the tab that is making the requests so we know who to send it back to. I see a possible bug here where active and currentWindow can change if the user fires off a request and changes the tab before it returns."