The PresentationConnectionAvailableEvent interface of the Presentation
is fired on a web.PresentationRequest
when a connection associated
the object is created.
The PresentationConnectionAvailableEvent interface of the Presentation is fired on a `web.PresentationRequest` when a connection associated the object is created.
(connection this)
Property.
When an incoming connection is created, a receiving user agent a trusted event, named connectionavailable, on a PresentationReceiver. trusted event is fired at the presentation controller's monitor, the PresentationConnectionAvailableEvent interface, with the attribute set to the PresentationConnection object that was created.
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnectionAvailableEvent/connection
Property. When an incoming connection is created, a receiving user agent a trusted event, named connectionavailable, on a PresentationReceiver. trusted event is fired at the presentation controller's monitor, the PresentationConnectionAvailableEvent interface, with the attribute set to the PresentationConnection object that was created. See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnectionAvailableEvent/connection`
Constructor.
The PresentationConnectionAvailableInit() constructor creates a new web.PresentationConnectionAvailableEvent
.
typeArg
\tA dom.DOMSTring
giving the name of the event. For this event it should be connectionavailable.
\teventInit
\tA PresentationConnectionAvailableInit dictionary, which only contains a reference to a PresentationConnection object.
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnectionAvailableEvent/PresentationConnectionAvailableEvent
Constructor. The PresentationConnectionAvailableInit() constructor creates a new `web.PresentationConnectionAvailableEvent`. typeArg \tA `dom.DOMSTring` giving the name of the event. For this event it should be connectionavailable. \teventInit \tA PresentationConnectionAvailableInit dictionary, which only contains a reference to a PresentationConnection object. See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnectionAvailableEvent/PresentationConnectionAvailableEvent`
(set-connection! this val)
Property.
When an incoming connection is created, a receiving user agent a trusted event, named connectionavailable, on a PresentationReceiver. trusted event is fired at the presentation controller's monitor, the PresentationConnectionAvailableEvent interface, with the attribute set to the PresentationConnection object that was created.
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnectionAvailableEvent/connection
Property. When an incoming connection is created, a receiving user agent a trusted event, named connectionavailable, on a PresentationReceiver. trusted event is fired at the presentation controller's monitor, the PresentationConnectionAvailableEvent interface, with the attribute set to the PresentationConnection object that was created. See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnectionAvailableEvent/connection`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close