web-messaging API
Summary
This API defines mechanisms for communicating between browsing contexts in HTML documents.
- MessageChannel
- Creates a connection (two “entangled” ports) to enable independent pieces of code (running in different browsing contexts) to communicate directly.
Attributions
Microsoft Developer Network: Windows Internet Explorer API reference Article