Results 1 - 2 of 2

PresentationConnection

The PresentationConnection interface of the Presentation API provides methods and properties for managing a single presentation. Each presentation connection is represented by a PresentationConnection object. Both the controlling user agent and receiving user agent MUST implement PresentationConnection.
API Experimental Interface Presentation API PresentationConnection Reference

send

The PresentationConnection.send() method of the PresentationConnection interface sends either binary or text data between a controlling browsing context and a presenting browsing context.
API Experimental Method Presentation API PresentationConnection Reference