Skip to content

Commit

Permalink
Specify the behavior of the connectionavailable event when fired at P…
Browse files Browse the repository at this point in the history
…resentationConnectionList.
  • Loading branch information
mfoltzgoogle committed Jan 7, 2016
1 parent a99a672 commit 4c18cc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Expand Up @@ -1292,7 +1292,7 @@ <h4>
attribute set to the <a><code>PresentationConnection</code></a>
object that was created. The event is fired for all connections
that are created when <a>monitoring incoming presentation
connections</a>.
connections</a>.
</p>
</section>
</section>
Expand Down Expand Up @@ -2033,7 +2033,8 @@ <h4>
<a for="PresentationConnectionAvailableEvent">connection</a>
attribute initialized to <var>S</var>, at the
<a>PresentationConnectionList</a> instance associated with the
<a>PresentationReceiver</a> object.
<a>PresentationReceiver</a> object. The event must not bubble,
must not be cancelable, and has no default action.
</li>
</ol>
<p>
Expand Down

0 comments on commit 4c18cc5

Please sign in to comment.