Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1088441 of PresentationConnectionList

  • Revision slug: Web/API/PresentationConnectionList
  • Revision title: PresentationConnectionList
  • Revision id: 1088441
  • Created:
  • Creator: MashKao
  • Is current revision? Yes
  • Comment

Revision Content

PresentationConnectionList is the collection of incoming presentation connections.

Properties

PresentationConnectionList.connections
MUST return the non-terminated set of presentation connections in the set of presentation controllers.

Event Handlers

PresentationConnectionList.onconnectionavailable
that must be supported ( the corresponding event handler event types is connectionavailable), as event handler IDL attributes, by objects implementing the PresentationConnectionList interface.

Revision Source

<p><code>PresentationConnectionList </code><dfn data-dfn-type="dfn">is the collection of </dfn><dfn data-dfn-type="dfn" id="dfn-monitoring-incoming-presentation-connections">incoming presentation connections</dfn>.</p>

<h2 id="Property">Properties</h2>

<dl>
 <dt>PresentationConnectionList<dfn data-dfn-for="presentationconnectionlist" data-dfn-type="dfn" data-idl=""><code>.connections</code></dfn></dt>
 <dd><em class="rfc2119" title="MUST">MUST</em> return the non-terminated set of <a class="internalDFN" data-link-type="dfn" href="https://www.w3.org/TR/presentation-api/#dfn-presentation-connection">presentation connections</a> in the <a class="internalDFN" data-link-type="dfn" href="https://www.w3.org/TR/presentation-api/#dfn-set-of-presentation-controllers">set of presentation controllers</a>.</dd>
</dl>

<h3 id="Event_Handlers">Event Handlers</h3>

<dl>
 <dt>PresentationConnectionList<dfn data-dfn-for="presentationconnectionlist" data-dfn-type="dfn" data-idl=""><code>.</code></dfn><code>onconnectionavailable</code></dt>
 <dd>that must be supported ( the corresponding event handler event types is <code>connectionavailable</code>), as event handler IDL attributes, by objects implementing the <a class="internalDFN" data-link-type="dfn" href="https://www.w3.org/TR/presentation-api/#idl-def-presentationconnectionlist"><code>PresentationConnectionList</code></a> interface.</dd>
</dl>
Revert to this revision