Hi Team,
I'm having a flow that I want to implement but facing some difficulties on the How:
Chromium Extension API Function being called which will RespondLater() -> Function executes some logic -> Triggers an Event -> event_handler.js has a listener on the event and shows a UI component.
What i would like to achieve is to Respond to the Extension Function caller based on a user click on the UI component shown in the flow above.
The challenge is calling Respond() from JS or event having it in C++ and triggering it from JS to Respond() to the initiating Extension Function
your help would be much appreciated!
Thanks in advance,