Presentation
-
In controlling browsing context, the
Presentation
interface provides a mechanism to override the browser default behavior of launching presentation to external screen. In receiving browsing context,Presentation
interface provides the access to the available presentation connections. PresentationRequest
-
Initiates or reconnects to a presentation made by a controlling browsing context.
-
A PresentationAvailability object is associated with available presentation displays and represents the presentation display availability for a presentation request.
-
The
PresentationConnectionAvailableEvent
is fired on aPresentationRequest
when a connection associated with the object is created. PresentationConnection
-
Each presentation connection is represented by a PresentationConnection object.
PresentationConnectionCloseEvent
-
A
PresentationConnectionCloseEvent
is fired when a presentation connection enters aclosed
state. PresentationReceiver
-
The PresentationReceiver allows a receiving browsing context to access the controlling browsing contexts and communicate with them.
PresentationConnectionList
-
PresentationConnectionList
represents the collection of non-terminated presentation connections. It is also a monitor for the event of new available presentation connection.