ImageElement typedef

  1. @Deprecated('Use HTMLImageElement instead.')
ImageElement = HTMLImageElement

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

Implementation

@Deprecated('Use HTMLImageElement instead.')
typedef ImageElement = HTMLImageElement;