Skip to content

Commit

Permalink
Add missing section
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Nov 14, 2023
1 parent 2fcfd3b commit 416e87f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-source-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ <h3><dfn>isTypeSupported()</dfn> method</h3>
This method returning true implies that HTMLMediaElement.canPlayType() will return "maybe" or "probably" since it does not make sense for a <a>MediaSource</a> to support a type the HTMLMediaElement knows it cannot play.
</p>
<table class="parameters"><tbody><tr><th>Parameter</th><th>Type</th><th>Nullable</th><th>Optional</th><th>Description</th></tr><tr><th class="prmName">|type|</th><td class="prmType">{{DOMString}}</td><td class="prmNullFalse"><span role="img" aria-label="False"></span></td><td class="prmOptFalse"><span role="img" aria-label="False"></span></td><td class="prmDesc"></td></tr></tbody></table><div><em>Return type: </em>{{boolean}}</div></dd></dl>
</section>


<section id="mediasource-events">
<h3>Event Summary</h3>
Expand Down Expand Up @@ -1235,6 +1235,7 @@ <h4><dfn>Mirror if necessary</dfn></h4>
</section>
</section>
</section>
</section>

<section id="mediasourcehandle">
<h2><dfn>MediaSourceHandle</dfn> interface</h2>
Expand Down

0 comments on commit 416e87f

Please sign in to comment.