Hello, I'm using the card extension and I have actions in iFrames. It would be great to be able to push a message when we close the iFrame. ex: window.parent.postMessage(JSON.stringify({"action": "DONE","message": "Congrats"}), "*"); It would b
read more