Skip to content

Commit

Permalink
Bug 25230: readyState attribute must be inherited while cloning a Med…
Browse files Browse the repository at this point in the history
…iaStreamTrack
  • Loading branch information
adam-be committed Apr 3, 2014
1 parent ade96ff commit 160b3b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion getusermedia.html
Expand Up @@ -1178,7 +1178,8 @@ <h3>Interface Definition</h3>
<p>Let <var>trackClone</var> inherit this track's underlying
source, <code><a href=
"#dom-mediastreamtrack-kind">kind</a></code>, <code><a href=
"#dom-mediastreamtrack-label">label</a></code> and
"#dom-mediastreamtrack-label">label</a></code>, <code><a href=
"#dom-mediastreamtrack-readystate">readyState</a></code>, and
<code><a href=
"#dom-mediastreamtrack-enabled">enabled</a></code>
attributes, as well as its currently active constraints.</p>
Expand Down Expand Up @@ -4173,6 +4174,9 @@ <h2>Changes since March 21, 2014</h2>

<ol>
<li>Bug 23817: [Nit] Redundant TOC headers 8.1 & 9.1</li>

<li>Bug 25230: readyState attribute must be inherited while cloning a
MediaStreamTrack</li>
</ol>


Expand Down

0 comments on commit 160b3b8

Please sign in to comment.