Skip to content

Commit 692690d

Browse files
authored
Editorial: Align with Web IDL specification (#351)
1 parent 5a1c99b commit 692690d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media-source-respec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4621,7 +4621,7 @@

46214621
<pre class="idl">
46224622
[Exposed=(Window,DedicatedWorker)]
46234623
interface BufferedChangeEvent : Event {
4624-
constructor(DOMString type, BufferedChangeEventInit eventInitDict);
4624+
constructor(DOMString type, optional BufferedChangeEventInit eventInitDict = {});
46254625

46264626
[SameObject] readonly attribute TimeRanges addedRanges;
46274627
[SameObject] readonly attribute TimeRanges removedRanges;

0 commit comments

Comments
 (0)