Variable MediaRecorder

MediaRecorder: {
    prototype: MediaRecorder;
    isTypeSupported(type) => boolean;
    new (stream, options?): MediaRecorder;
}

Type declaration