Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. PresentationConnectionAvailableEvent

PresentationConnectionAvailableEvent

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.

Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.

ThePresentationConnectionAvailableEvent interface of thePresentation API is fired on aPresentationRequest when a connection associated with the object is created.

Acontrolling user agentfires atrusted event namedconnectionavailable on aPresentationRequest when a connection associated with the object is created. It is fired at thePresentationRequest instance, using thePresentationConnectionAvailableEvent interface, with theconnection attribute set to thePresentationConnection object that was created. The event is fired for each connection that is created for thecontroller, either by thecontroller callingstart() orreconnect(), or by thecontrolling user agent creating a connection on the controller's behalf viadefaultRequest.

Event PresentationConnectionAvailableEvent

Constructor

PresentationConnectionAvailableEvent()Experimental

Creates a new PresentationConnectionAvailableEvent.

Instance properties

PresentationConnectionAvailableEvent.connectionRead onlyExperimental

Returns a references to thePresentationConnection object that fired the event.

Specifications

Specification
Presentation API
# interface-presentationconnectionavailableevent

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp