Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window post message within an iframe. use parent.postMessage? #58

Open
vinceprofeta opened this issue May 2, 2023 · 1 comment
Open

Comments

@vinceprofeta
Copy link

Struggling to send a message from an iframe that I load from a url. I saw that the internals are calling window.postMessage but could it call parent.postMessage or allow it to be configured?

@mubaidr
Copy link

mubaidr commented Oct 6, 2023

Looks like right now, you have to send message to parent and then forward this message to background js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants