decoding property
String
get
decoding
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;
set
decoding
(String value)
Implementation
external set decoding(String value);