A class that provides ability to interact with the window.postMessage API.
Under the hood, Remixer is appending an HTML iFrame to the body of a client's
page. The main purpose of this Message class is to simply wrap the
window.postMessage API to simplify passing messages between the root window
and the Remixer iFrame.
A class that provides ability to interact with the
window.postMessageAPI.Under the hood, Remixer is appending an HTML iFrame to the body of a client's page. The main purpose of this Message class is to simply wrap the
window.postMessageAPI to simplify passing messages between the root window and the Remixer iFrame.