fetchPriority property

String get fetchPriority

The fetchPriority property of the HTMLImageElement interface represents a hint given to the browser on how it should prioritize the fetch of the image relative to other images.

Implementation

external String get fetchPriority;
set fetchPriority (String value)

Implementation

external set fetchPriority(String value);