Internet Explorer 10 and Windows apps using JavaScript introduce support for channel messaging. Channel messaging enables code in different browsing contexts to communicate directly via ports. After the ports are created, the endpoints communicate by using a combination of the postMessage method and the onmessage event. The channel object To open a channel, create a new MessageChannel object as fo
