W3cubDocs

/Web APIs

PresentationConnectionAvailableEvent: PresentationConnectionAvailableEvent() constructor

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

The PresentationConnectionAvailableEvent() constructor creates a new PresentationConnectionAvailableEvent object.

Syntax

js

new PresentationConnectionAvailableInit(type, options)

Parameters

type

A string with the name of the event. It is case-sensitive and browsers set it to connectionavailable.

options

An object that, in addition of the properties defined in Event(), can have the following properties:

connection

The association PresentationConnection object.

Return value

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 No No 34 No No 47 No 34 No 5.0

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