fetchPriority property
String
get
fetchPriority
The fetchPriority
property of the
HTMLLinkElement interface represents a hint given to the browser
on how it should prioritize the preload of the given resource relative to
other
resources of the same
type.
Implementation
external String get fetchPriority;
set
fetchPriority
(String value)
Implementation
external set fetchPriority(String value);