UseCORS: Boolean
The UseCORS property determines whether the CORS technology is used to load images from another domain.
Available values:
true. The CORS technology is used to load images.
false. The CORS technology is not used to load images (default).
Use JSON or the setUseCORS method to set the property value and the getUseCORS method to get the property value.
The example of property use is given in the ImagePreloader constructor description.
See also: