Aniruddha Mukherjee
Aniruddha Mukherjee
I have been struggling with this for the last two days. However, this project has successfully implemented it with `v0.11.1`: [Clowning](https://github.com/LinusMuema/Clowning/blob/79b1b115fe2e7cadaa23e4215e8f8f0307fa1c0f/presentation/src/main/java/com/moose/clowning/MainActivity.kt) I literally copy pasted the code into my project...
According to [MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/Runtime/onMessage#addlistener_syntax:~:text=The%20function%20takes%20a%20single%20argument%2C%20which%20may%20be%20any%20serializable%20object): > The function takes a single argument, which may be any serializable object So `sendResponse(response: any) => void` should do the trick right? And why isn't this...