Crossorigin
Enum that represents the possible values for the crossorigin attribute.
Read more about setting the crossorigin of scripts here (opens in a new tab).
enum Crossorigin {
anonymous = 'anonymous',
useCredentials = 'useCredentials',
}Enum that represents the possible values for the crossorigin attribute.
Read more about setting the crossorigin of scripts here (opens in a new tab).
enum Crossorigin {
anonymous = 'anonymous',
useCredentials = 'useCredentials',
}