HolodexNet / Holodex-Plus

Holodex.net Companion Extension
MIT License
16 stars 8 forks source link

IFrame/Parent Communication API #6

Closed jprochazk closed 3 years ago

jprochazk commented 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

jprochazk commented 3 years ago

This was also done in https://github.com/HolodexNet/Holodex-Plus/pull/9