Skip to content

Commit

Permalink
Remove self referencing link
Browse files Browse the repository at this point in the history
Making this "Remove" a link to the algorithm was making the algorithm loop endlessly. Here we're not calling that algorithm again, we're just using the track set's remove method (from infra: https://infra.spec.whatwg.org/#list-remove).
  • Loading branch information
Kaiido committed Dec 3, 2024
1 parent e34d489 commit 89002bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h2>{{MediaStream}}</h2>
<p>If <var>track</var> is not in <var>stream's</var> [=track set=], then abort these steps.</p>
</li>
<li>
<p>[=MediaStream/Remove a track|Remove=] <var>track</var> from <var>stream</var>'s [=track set=].</p>
<p>Remove <var>track</var> from <var>stream</var>'s [=track set=].</p>
</li>
<li>
<p>[= Fire a track event =] named {{removetrack}} with
Expand Down

0 comments on commit 89002bc

Please sign in to comment.