Closed jprochazk closed 3 years ago
Currently it's done in a bit of a wonky way, where the background script just sends any messages back to the tab where it came from. We need a proper abstraction over runtime.sendMessage/tabs.sendMessage
runtime.sendMessage
tabs.sendMessage
This was also done in https://github.com/HolodexNet/Holodex-Plus/pull/9
Currently it's done in a bit of a wonky way, where the background script just sends any messages back to the tab where it came from. We need a proper abstraction over
runtime.sendMessage
/tabs.sendMessage