Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@

<xmp class='idl'>
[Exposed=(Window,DedicatedWorker), SecureContext]
interface AudioDecoder {
interface AudioDecoder : EventTarget {
constructor(AudioDecoderInit init);

readonly attribute CodecState state;
Expand Down Expand Up @@ -583,7 +583,7 @@

<xmp class='idl'>
[Exposed=(Window,DedicatedWorker), SecureContext]
interface VideoDecoder {
interface VideoDecoder : EventTarget {
constructor(VideoDecoderInit init);

readonly attribute CodecState state;
Expand Down Expand Up @@ -937,7 +937,7 @@

<xmp class='idl'>
[Exposed=(Window,DedicatedWorker), SecureContext]
interface AudioEncoder {
interface AudioEncoder : EventTarget {
constructor(AudioEncoderInit init);

readonly attribute CodecState state;
Expand Down Expand Up @@ -1310,7 +1310,7 @@

<xmp class='idl'>
[Exposed=(Window,DedicatedWorker), SecureContext]
interface VideoEncoder {
interface VideoEncoder : EventTarget {
constructor(VideoEncoderInit init);

readonly attribute CodecState state;
Expand Down