ImagePreloader.UseCORS

Syntax

UseCORS: Boolean

Description

The UseCORS property determines whether the CORS technology is used to load images from another domain.

Comments

Available values:

Use JSON or the setUseCORS method to set the property value and the getUseCORS method to get the property value.

Example

The example of property use is given in the ImagePreloader constructor description.

See also:

ImagePreloader