Fetchpriority
Enum that represents the possible values for the fetchPriority attribute.
Read more about setting the fetch priority of scripts here (opens in a new tab).
enum FetchPriority {
high = 'high',
low = 'low',
auto = 'auto',
}Enum that represents the possible values for the fetchPriority attribute.
Read more about setting the fetch priority of scripts here (opens in a new tab).
enum FetchPriority {
high = 'high',
low = 'low',
auto = 'auto',
}