decoding property
The decoding property of the HTMLImageElement interface provides a
hint to the browser as to how it should decode the image. More
specifically, whether it should wait for the image to be decoded before
presenting other content updates or not.
Implementation
external String get decoding;
Implementation
external set decoding(String value);