Skip to content

Commit

Permalink
Bug 25605: Definition of MediaStreamTrackEvent is not complete
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-be committed Jul 2, 2014
1 parent 67c3961 commit 15c1efb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ <h3>MediaStreamTrackEvent</h3>


<dd>
<p>TODO</p>
<p>Constructs a new <code><a>MediaStreamTrackEvent</a></code>.</p>
</dd>


Expand All @@ -1502,12 +1502,7 @@ <h3>MediaStreamTrackEvent</h3>


<dl class="idl" title="dictionary MediaStreamTrackEventInit : EventInit">
<dt>MediaStreamTrack? track</dt>


<dd>
<p>TODO</p>
</dd>
<dt>MediaStreamTrack track</dt>
</dl>
</section>
</section>
Expand Down Expand Up @@ -4699,6 +4694,8 @@ <h2>Changes since June 19, 2014</h2>

<li>Bug 25650: In getUserMedia algorithm if user denies permission spec
is wrongly redirecting to Constraint Failure.</li>

<li>Bug 25605: Definition of MediaStreamTrackEvent is not complete</li>
</ol>

<h2>Changes since May 7, 2014</h2>
Expand Down

0 comments on commit 15c1efb

Please sign in to comment.