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