Web/API/PresentationConnectionAvailableEvent/PresentationConnectionAvailableEvent

From Get docs

The PresentationConnectionAvailableInit() constructor creates a new PresentationConnectionAvailableEvent.

Syntax

var pcaEvent = new PresentationConnectionAvailableInit(typeArg, eventInit)

Parameters

typeArg
A DOMSTring giving the name of the event. For this event it should be connectionavailable.
eventInit
A PresentationConnectionAvailableInit dictionary, which only contains a reference to a PresentationConnection object.

Return value

An instance of the PresentationConnectionAvailableEvent interface.

Browser Compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

PresentationConnectionAvailableEvent() constructor

Experimental'

Chrome

Full support 48

Edge

Full support ≤79

Firefox Full support 51

Disabled'

Full support 51

Disabled'

Disabled' From version 51: this feature is behind the dom.presentation.enabled preference (needs to be set to true). To change preferences in Firefox, visit about:config.

IE

No support No

Opera

?

Safari

?

WebView Android

No support No

Chrome Android

Full support 48

Firefox Android Full support 51

Disabled'

Full support 51

Disabled'

Disabled' From version 51: this feature is behind the dom.presentation.enabled preference (needs to be set to true). To change preferences in Firefox, visit about:config.

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support 5.0

Legend

Full support  
Full support
No support  
No support
Compatibility unknown  
Compatibility unknown
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.
User must explicitly enable this feature.'
User must explicitly enable this feature.