The avaiable messaging types.
Sends a message from main app window to Remixer iFrame window.
The message type to send.
Registers an event listener to allow listening for window messages.
A callback to invoke after registration.
Unregisters an event listener that allowed listening for window messages.
A callback to invoke after unregistration.
Generated using TypeDoc
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.