This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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