You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 5.0 we've switched to ES6 classes, but we still need a way for projects that aren't using ES6 to subclass components, e.g. techs.
The current proposal is videojs.extends to match the ES6 terminology. videojs.inherits could be an alias (if that makes sense) to match the Node naming.
The text was updated successfully, but these errors were encountered:
With 5.0 we've switched to ES6 classes, but we still need a way for projects that aren't using ES6 to subclass components, e.g. techs.
The current proposal is
videojs.extends
to match the ES6 terminology.videojs.inherits
could be an alias (if that makes sense) to match the Node naming.The text was updated successfully, but these errors were encountered: