Skip to content

Commit

Permalink
Editorial: Align with Web IDL specification (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
autokagami authored Mar 21, 2024
1 parent 5a1c99b commit 692690d
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, BufferedChangeEventInit eventInitDict);
constructor(DOMString type, optional BufferedChangeEventInit eventInitDict = {});

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

0 comments on commit 692690d

Please sign in to comment.