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
When VideoJS v8 is used, unit tests fail to pass. See #1045
https://videojs.com/guides/videojs-7-to-8/
Things to investigate:
videojs.extend()
firstplay
The text was updated successfully, but these errors were encountered:
videojs.extend() is not being used. We're already using the extends keyword instead
extends
Sorry, something went wrong.
None of the newly deprecated functions are used in this plugin
The following old deprecated functions might be used in unit tests:
hasClass
getAttributes
The following old deprecated methods are used in the plugin:
plugin
The firstplay event is not used in this plugin
This plugin is not currently providing any logic around aria attributes
No branches or pull requests
When VideoJS v8 is used, unit tests fail to pass. See #1045
https://videojs.com/guides/videojs-7-to-8/
Things to investigate:
videojs.extend()
firstplay
eventThe text was updated successfully, but these errors were encountered: