web.presentation interfaces.
web.presentation interfaces.
No vars found in this namespace.
The Presentation can be defined as two possible user agents in context: Controlling user agent and Receiving user agent.
The Presentation can be defined as two possible user agents in context: Controlling user agent and Receiving user agent.
A PresentationAvailability object is associated with available displays and represents the presentation display availability a presentation request. If the controlling user agent can monitor list of available presentation displays in the background (without pending request to start()), the PresentationAvailability object be implemented in a controlling browsing context.
A PresentationAvailability object is associated with available displays and represents the presentation display availability a presentation request. If the controlling user agent can monitor list of available presentation displays in the background (without pending request to start()), the PresentationAvailability object be implemented in a controlling browsing context.
The PresentationConnection interface of the Presentation API methods and properties for managing a single presentation. Each connection is represented by a PresentationConnection object. the controlling user agent and receiving user agent MUST implement
The PresentationConnection interface of the Presentation API methods and properties for managing a single presentation. Each connection is represented by a PresentationConnection object. the controlling user agent and receiving user agent MUST implement
The PresentationConnectionAvailableEvent interface of the Presentation
is fired on a web.presentation.PresentationRequest
when a connection
with the object is created.
The PresentationConnectionAvailableEvent interface of the Presentation is fired on a `web.presentation.PresentationRequest` when a connection with the object is created.
The PresentationConnectionCloseEvent interface of the Presentation
is fired on a web.presentation.PresentationConnection
when
is closed.
The PresentationConnectionCloseEvent interface of the Presentation is fired on a `web.presentation.PresentationConnection` when is closed.
PresentationConnectionList is the collection of incoming presentation
PresentationConnectionList is the collection of incoming presentation
The PresentationReceiver interface of the the Presentation API a means for a receiving browsing context to access controlling contexts and communicate with them.
The PresentationReceiver interface of the the Presentation API a means for a receiving browsing context to access controlling contexts and communicate with them.
A PresentationRequest object is used to initiate or reconnect a presentation made by a controlling browsing context. The PresentationRequest MUST be implemented in a controlling browsing context provided a controlling user agent.
A PresentationRequest object is used to initiate or reconnect a presentation made by a controlling browsing context. The PresentationRequest MUST be implemented in a controlling browsing context provided a controlling user agent.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close