Above copy’n’pasteble code is missing the addition of the event listener in the embedding window:
window.addEventListener("message", handleMessageListener);
And a note: No special CORS settings are not needed for this.
Above copy’n’pasteble code is missing the addition of the event listener in the embedding window:
window.addEventListener("message", handleMessageListener);
And a note: No special CORS settings are not needed for this.