silvermine / videojs-chromecast

MIT License
148 stars 75 forks source link

Updated class.extend version to 0.9.2 in package.json to resolve error… #81

Closed ghost closed 3 years ago

ghost commented 3 years ago
Screenshot 2020-09-21 at 12 58 07 AM

-Getting undefined error for class in angular 8 application using 'videojs-chromecast' -Using latest class.extend in package.json resolve this error. -Update class.extend version to 0.9.2 in package.json to resolve error in angular 9

jthomerson commented 3 years ago

We cannot accept this change, as class.extend version 0.9.2 is not compatible with content security policies. See #52 for history

ghost commented 3 years ago

@jthomerson - How can I resolve above error ?

jthomerson commented 3 years ago

Not sure. We're not having the problem, so if you use this plugin the way we document in the README, it's likely you'll have success. Your issue may be similar to one we recently had on another VideoJS plugin: https://github.com/silvermine/videojs-quality-selector/issues/67 - maybe that will give you some help.