crossOrigin property
The HTMLImageElement
interface's crossOrigin attribute is a string which
specifies the Cross-Origin Resource Sharing () setting to use when
retrieving the image.
Implementation
external String? get crossOrigin;
Implementation
external set crossOrigin(String? value);