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

feature for iframe propogate events out #452

Closed
wants to merge 1 commit into from

Conversation

lintaba
Copy link

@lintaba lintaba commented Oct 6, 2020

this adds support for iframes to send their data to the parent frame.

also, same-origin should keep the payload safe

@barryvdh
Copy link
Collaborator

What would this do?

@lintaba
Copy link
Author

lintaba commented Feb 10, 2024

A few projects ago we used a lot of business logic inside iframes. We needed a way to add them to the debugbar. (a bit like it happens with ajax+headers).
The debugbar is opened in the top frame, and when something happens inside the iframes, the changes are being added to the top-level debugbar.

For me it was useful, and used a lot. Just wanted to contribute it back to the community :)

@parallels999
Copy link
Contributor

Fixed on #615

@lintaba lintaba closed this Mar 14, 2024
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

Successfully merging this pull request may close these issues.

None yet

3 participants