loading property

String get loading

The HTMLImageElement property loading is a string whose value provides a hint to the on how to handle the loading of the image which is currently outside the window's .

This helps to optimize the loading of the document's contents by postponing loading the image until it's expected to be needed, rather than immediately during the initial page load.

Implementation

external String get loading;
set loading (String value)

Implementation

external set loading(String value);