VideoElement typedef

  1. @Deprecated('Use HTMLVideoElement instead.')
VideoElement = HTMLVideoElement

All usages of this type alias should be updated to the more consistent HTMLVideoElement.

Implementation

@Deprecated('Use HTMLVideoElement instead.')
typedef VideoElement = HTMLVideoElement;