call wave.emit() from ui.frame javascript #1022
Answered
by
derrick56007
derrick56007
asked this question in
Q&A
-
Hello, I'm currently attempting to emit an event from javascript within an ui.iframe component. Getting "Error: wave is not defined" wave.emit() works in ui.markup but AFAIK iframe elements would not work for markup Wondering if anyone knows how to pass information between iframe and wave Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
derrick56007
Sep 29, 2021
Replies: 1 comment
-
Was able to accomplish this using window.postMessage |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
derrick56007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was able to accomplish this using window.postMessage