Back to Content

PresentationConnectionAvailableEvent

files/en-us/web/api/presentationconnectionavailableevent/index.md

latest2.3 KB
Original Source

{{SeeCompatTable}}{{securecontext_header}}{{APIRef("Presentation API")}}

The PresentationConnectionAvailableEvent interface of the Presentation API is fired on a {{domxref("PresentationRequest")}} when a connection associated with the object is created.

A controlling user agent fires a trusted event named connectionavailable on a PresentationRequest when a connection associated with the object is created. It is fired at the PresentationRequest instance, using the PresentationConnectionAvailableEvent interface, with the connection attribute set to the PresentationConnection object that was created. The event is fired for each connection that is created for the controller, either by the controller calling start() or reconnect(), or by the controlling user agent creating a connection on the controller's behalf via defaultRequest.

{{InheritanceDiagram}}

Constructor

  • {{domxref("PresentationConnectionAvailableEvent.PresentationConnectionAvailableEvent", "PresentationConnectionAvailableEvent()")}} {{Experimental_Inline}}
    • : Creates a new PresentationConnectionAvailableEvent.

Instance properties

  • {{domxref("PresentationConnectionAvailableEvent.connection")}} {{ReadOnlyInline}} {{Experimental_Inline}}
    • : Returns a references to the {{domxref("PresentationConnection")}} object that fired the event.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}