You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 iOS that complies with the web counterpart.
Example of how we leverage Messenger on a web plugin here.
The text was updated successfully, but these errors were encountered:
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 iOS that complies with the web counterpart.
Example of how we leverage Messenger on a web plugin here.
The text was updated successfully, but these errors were encountered: