The dev tools plugins rely on Messenger to communicate.
Although it's agnostic about which API to send and listen to messages, this does not relate to the platform. The current implementation, written in TypeScript, aims for the browser.
We must generate a Messenger for Android that complies with the web counterpart.
Example of how we leverage Messenger on a web plugin here.
The dev tools plugins rely on Messenger to communicate.
Although it's agnostic about which API to send and listen to messages, this does not relate to the platform. The current implementation, written in TypeScript, aims for the browser.
We must generate a Messenger for Android that complies with the web counterpart.
Example of how we leverage Messenger on a web plugin here.