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() constructor creates a new PresentationConnectionAvailableEvent object.
new PresentationConnectionAvailableInit(type, options)typeA string with the name of the event. It is case-sensitive and browsers set it to connectionavailable.
optionsAn object that, in addition of the properties defined in Event(), can have the following properties:
connectionThe association PresentationConnection object.
A new PresentationConnectionAvailableEvent object.