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
For the webview side of the messenger it would be nice if we could just call messenger.sendRequest(method, param) and the reciever would then default to {type: 'extension'} as this is the most used usecase in my experience.
For the webview side of the messenger it would be nice if we could just call
messenger.sendRequest(method, param)and the reciever would then default to{type: 'extension'}as this is the most used usecase in my experience.