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