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