fetchPriority property
String
get
fetchPriority
The fetchPriority
property of the HTMLScriptElement interface
represents a hint given to the browser on how it should prioritize
fetching of an external script relative to other external scripts.
It reflects the fetchpriority
attribute of the script
element.
Implementation
external String get fetchPriority;
set
fetchPriority
(String value)
Implementation
external set fetchPriority(String value);