PresentationConnectionAvailableEvent: PresentationConnectionAvailableEvent() constructor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
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.
Syntax
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
A new PresentationConnectionAvailableEvent
object.
Specifications
Specification |
---|
Presentation API # dom-presentationconnectionavailableevent-constructor |
Browser compatibility
BCD tables only load in the browser