crossOrigin property
The crossOrigin property of the HTMLLinkElement interface
specifies the Cross-Origin Resource Sharing () setting to use when
retrieving the resource.
Implementation
external String? get crossOrigin;
Implementation
external set crossOrigin(String? value);