Watches the io request represented by dfd to see if it completes.
Parameter | Type | Description |
---|---|---|
dfd | Deferred | The Deferred object to watch. |
See the dojo/request/watch reference documentation for more information.
Function used to check if basic IO call worked. Gets the dfd object as its only argument.
Function used to process response. Gets the dfd object as its only argument.
Function used to check if the IO request is still valid. Gets the dfd object as its only argument.