Skip to content

Commit

Permalink
Merge pull request #262 from tidoust/issue-259-reconnect-connectionav…
Browse files Browse the repository at this point in the history
…ailable

Do not trigger "connectionavailable" on reconnect for same presentation
  • Loading branch information
mfoltzgoogle committed Feb 9, 2016
2 parents b9644ea + f6fc21f commit 946c80b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.html
Expand Up @@ -1104,17 +1104,6 @@ <h4>
<li>
<a>Resolve</a> <var>P</var> with <var>S</var>.
</li>
<li>
<a>Queue a task</a> to <a>fire</a> a <a>trusted event</a>
with the name <a for=
"PresentationRequest">connectionavailable</a>, that uses the
<a>PresentationConnectionAvailableEvent</a> interface, with
the <a for=
"PresentationConnectionAvailableEvent">connection</a>
attribute initialized to <var>S</var>, at
<var>presentationRequest</var>. The event must not bubble,
must not be cancelable, and has no default action.
</li>
<li>If the <a>presentation connection state</a> of <var>S</var>
is <a for="PresentationConnectionState">connecting</a> or
<a for="PresentationConnectionState">connected</a>, then abort
Expand Down

0 comments on commit 946c80b

Please sign in to comment.