Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(options, plugin) {
this.playback = new HTML5Video(options)
options.playback = this.playback
this.container = new Container(options)
this.plugin = new plugin(this.container)
this.container.addPlugin(this.plugin)
}