File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 256
256
257
257
< xmp class ='idl '>
258
258
[Exposed=(Window,DedicatedWorker), SecureContext]
259
- interface AudioDecoder {
259
+ interface AudioDecoder : EventTarget {
260
260
constructor(AudioDecoderInit init);
261
261
262
262
readonly attribute CodecState state;
583
583
584
584
< xmp class ='idl '>
585
585
[Exposed=(Window,DedicatedWorker), SecureContext]
586
- interface VideoDecoder {
586
+ interface VideoDecoder : EventTarget {
587
587
constructor(VideoDecoderInit init);
588
588
589
589
readonly attribute CodecState state;
937
937
938
938
< xmp class ='idl '>
939
939
[Exposed=(Window,DedicatedWorker), SecureContext]
940
- interface AudioEncoder {
940
+ interface AudioEncoder : EventTarget {
941
941
constructor(AudioEncoderInit init);
942
942
943
943
readonly attribute CodecState state;
1310
1310
1311
1311
< xmp class ='idl '>
1312
1312
[Exposed=(Window,DedicatedWorker), SecureContext]
1313
- interface VideoEncoder {
1313
+ interface VideoEncoder : EventTarget {
1314
1314
constructor(VideoEncoderInit init);
1315
1315
1316
1316
readonly attribute CodecState state;
You can’t perform that action at this time.
0 commit comments