Hacker News new | ask | show | jobs
by rendaw 409 days ago
Interaction between elements in different iframes is very restricted.
1 comments

IIRC, you can communicate entire JSON objects between an iframe and it's host frame with PostMessage.

The host can then act as a server for the iframe client, even updating it's state or DOM in response to a message from the iframe.