Skip to content

Commit c1d06e7

Browse files
authored
Merge pull request #228 from TB-StarcMed/patch-1
Made BlobEventInit inherit from EventInit
2 parents ab24705 + 3f44e86 commit c1d06e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MediaRecorder.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ enum RecordingState {
692692
## BlobEventInit ## {#blobeventinit}
693693

694694
<pre class="idl">
695-
dictionary BlobEventInit {
695+
dictionary BlobEventInit : EventInit {
696696
required Blob data;
697697
DOMHighResTimeStamp timecode;
698698
};

0 commit comments

Comments
 (0)