Skip to content

Commit

Permalink
Revert "Use DOM manipulation task source for MediaStream API"
Browse files Browse the repository at this point in the history
This reverts commit d52bb8a.
  • Loading branch information
adam-be committed Jan 7, 2015
1 parent d52bb8a commit d7f7fda
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,9 @@ <h2>MediaStream</h2>
<a href="#event-mediastream-active">active</a>
</code> at the object.</p>

<p>If the stream's activity status changed programmatically by the
script (for example by calling <code><a href=
"#dom-mediastream-addtrack">addTrack()</a></code>), the
<p>If the stream's activity status changed due to a user request, the
task source for this <span title="concept-task">task</span> is the
DOM manipulation task source. Otherwise the task source for this <span
user interaction task source. Otherwise the task source for this <span
title="concept-task">task</span> is the networking task source.</p>

<dl class="idl" title="interface MediaStream : EventTarget">
Expand Down

0 comments on commit d7f7fda

Please sign in to comment.