We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It produces the following error:
TypeError: this.features is undefined this.features['progressEvents'] = false;
The text was updated successfully, but these errors were encountered:
Sorry, this is our fault again... We had to change how the features property worked because it was causing issues across techs.
Issue: videojs/video.js#1407 Fix: https://github.com/videojs/video.js/pull/1470/files
Long story short, it needs to be changed to this['featuresProgressEvents']
this['featuresProgressEvents']
Sorry, something went wrong.
Thanks sir...
No branches or pull requests
It produces the following error:
The text was updated successfully, but these errors were encountered: