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