dom / latest / presentationconnectionavailableevent.html /

PresentationConnectionAvailableEvent

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The PresentationConnectionAvailableEvent interface of the Presentation API is fired on a 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.

Event PresentationConnectionAvailableEvent

Constructor

PresentationConnectionAvailableEvent()

Creates a new PresentationConnectionAvailableEvent.

Properties

PresentationConnectionAvailableEvent.connection Read only

Returns a references to the PresentationConnection object that fired the event.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
PresentationConnectionAvailableEvent
47
79
51-88
No
34
No
No
47
No
34
No
5.0
PresentationConnectionAvailableEvent
47
79
51-88
No
34
No
No
47
No
34
No
5.0
connection
47
79
51-88
No
34
No
No
47
No
34
No
5.0

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnectionAvailableEvent