Members | Methods |
---|---|
Constructor
new ImageJob(options)
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Options for this ImageJob.
Properties
|
- Source:
Members
data :Image|*
Data object which will contain downloaded image data.
Type:
- Image | *
- Source:
userData :*
User workspace to populate with helper variables
Type:
- *
- Source:
Methods
finish(data, request, errorMessage)
Finish this job.
Parameters:
Name | Type | Description |
---|---|---|
data |
* | data that has been downloaded |
request |
XMLHttpRequest | reference to the request if used |
errorMessage |
string | description upon failure |
- Source:
start()
Starts the image job.
- Source: