Skip to content

Commit

Permalink
Merge branch 'main' into tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Mar 19, 2024
2 parents d8e81c5 + 47948b4 commit efefa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-source-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -4621,7 +4621,7 @@ <h2>
<pre class="idl">
[Exposed=(Window,DedicatedWorker)]
interface BufferedChangeEvent : Event {
constructor(DOMString type, optional BufferedChangeEventInit eventInitDict = {});
constructor(DOMString type, BufferedChangeEventInit eventInitDict);

[SameObject] readonly attribute TimeRanges addedRanges;
[SameObject] readonly attribute TimeRanges removedRanges;
Expand Down

0 comments on commit efefa09

Please sign in to comment.