Results 1 - 7 of 7

Presentation

The Presentation can be defined as two possible user agents in the context: Controlling user agent and Receiving user agent.
API Experimental Interface Presentation Presentation API Reference

PresentationAvailability

A PresentationAvailability object is associated with available presentation displays and represents the presentation display availability for a presentation request. If the controlling user agent can monitor the list of available presentation displays in the background (without a pending request to start()), the PresentationAvailability object MUST be implemented in a controlling browsing context.
API Experimental Interface Presentation API PresentationAvailability Reference

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

PresentationConnectionAvailableEvent

The PresentationConnectionAvailableEvent interface of the Presentation API is fired on a PresentationRequest when a connection associated with the object is created.
API Events events Experimental Presentation API PresentationConnectionAvailableEvent PresentationRequest Reference