For a list of all members of this type, see ImageLoader members
Name | Description | |
---|---|---|
ajaxOptions | An ImageLoaderAjaxOptions object to use when loading an image via AJAX. | |
ajaxWithCredentials | Indicates whether to send credentials with the XMLHttpRequest for an image. | |
canRun | Indicates whether the ImageLoader instance can be run. | |
element | The loaded image element, when Run is successful. | |
error | An error describing the reason for the image load failure from Run. | |
height | The height of the successfully loaded Element. | |
imagesHolder | The HTML Element to use for temporary image loading, when necessary. | |
imgCrossOrigin | Indicates how to handle cross-origin image requests. | |
isAborted | Indicates that the ImageLoader has been aborted. | |
isHTMLImageElement | Indicates if Element exists and is an HTMLImageElement. | |
isWorking | A boolean indicating whether the ImageLoader is trying to load an image. | |
processAjaxData | A callback used to access binary data from an ImageLoaderUrlMode.ajaxDataUrl response. | |
tag | A reference object to distinguish ImageLoader instances. | |
url | The URL to load for the image request. | |
urlMode | Represents the type of loading that will occur when Run is called. | |
width | The width of the successfully loaded Element. | |
workingImageElement | The HTMLImageElement used in the image request. | |
xhr | The XMLHttpRequest object used in the image data request. |