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

Specification
Presentation API
# dom-presentationconnectionavailableevent-constructor

Browser compatibility

BCD tables only load in the browser