Skip to content

two way communication with cables #170

Discussion options

You must be logged in to vote

I'm not sure if it will work with the hosted iframe (because of cross origin restrictions), but you could try postmessage https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage

Otherwise, you could host your own files and communicate simply by dispatching custom events on the window, then listening for them in a custom op that routes the messages to the rest of the graph.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by steam0r
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@inst5
Comment options

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