webext-core
webext-core copied to clipboard
External Messaging Support
Are there plans to support external messaging support like between extensions and webpages currently done using window.chrome?.runtime.sendMessage and chrome.runtime.onMessageExternal.addListener?
I didn't have a need for it, so I won't be implementing it. But you're welcome to open a PR.
I would expect it's almost a copy of this file: https://github.com/aklinker1/webext-core/blob/main/packages%2Fmessaging%2Fsrc%2Fextension.ts
I don't have too much web extension experience so if you could tell me what modifications this file needs I could try