-
Notifications
You must be signed in to change notification settings - Fork 25
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
PLACEHOLDER: allow bricks to target frame on same page #1603
Comments
An iframe is just an element on the page, so it should be selected via the usual element picker. The issue then is being able to communicate to it or even inject the content script if it's not on the same domain. Ideas:
I'm not entirely sure about how to match an |
This issue hasn't been fully fleshed out yet. What was written so far was just on the runtime (i.e., how can an extension specify inter-frame communication). The devtools is a whole other can of worms (I don't know much at all about supporting selecting across multiple frames in the dev tools) I added a comment in the pixiebrix/webext-messenger#41 thread that explains the context / use case behind this ticket more. Basically, this ticket was written about 3rd party frames |
Closing because we now support "all frames" target on page |
Context
Questions
The text was updated successfully, but these errors were encountered: