VideoElement typedef
- @Deprecated('Use HTMLVideoElement instead.')
All usages of this type alias should be updated to the more consistent HTMLVideoElement.
Implementation
@Deprecated('Use HTMLVideoElement instead.')
typedef VideoElement = HTMLVideoElement;