amclin / videojs-scene7

Scene7 tech plugin for VideoJS
MIT License
3 stars 2 forks source link

Support VideoJS v8 #1048

Open amclin opened 1 year ago

amclin commented 1 year ago

When VideoJS v8 is used, unit tests fail to pass. See #1045

https://videojs.com/guides/videojs-7-to-8/

Things to investigate:

amclin commented 1 year ago

videojs.extend() is not being used. We're already using the extends keyword instead

amclin commented 1 year ago

None of the newly deprecated functions are used in this plugin

amclin commented 1 year ago

The following old deprecated functions might be used in unit tests:

The following old deprecated methods are used in the plugin:

amclin commented 1 year ago

The firstplay event is not used in this plugin

amclin commented 1 year ago

This plugin is not currently providing any logic around aria attributes