Html – postMessage event to a specific event listener
I have one app ( let's call it A ) that incorporatesan app B I would like to send data from B ( child ) to A ( parent ) I can use this code window.parent.postMessage(value, '*'); And then in…
I have one app ( let's call it A ) that incorporatesan app B I would like to send data from B ( child ) to A ( parent ) I can use this code window.parent.postMessage(value, '*'); And then in…