WebHTMLImageElement typedef
WebHTMLImageElement = HTMLImageElement
Represents an HTML <img> element in the DOM.
This type alias points to web.HTMLImageElement.
Implementation
typedef WebHTMLImageElement = web.HTMLImageElement;