Variable VideoDecoder

VideoDecoder: {
    prototype: VideoDecoder;
    isConfigSupported(config) => Promise<VideoDecoderSupport>;
    new (init): VideoDecoder;
}

Type declaration