See the dojo/request/util reference documentation for more information.
Parameter | Type | Description |
---|---|---|
provider | undefined | |
methods | undefined |
Parameter | Type | Description |
---|---|---|
target | undefined | |
source | undefined |
Parameter | Type | Description |
---|---|---|
source | undefined | |
properties | undefined |
Parameter | Type | Description |
---|---|---|
response | Object | The object used as the value of the request promise. |
cancel | undefined | |
isValid | undefined | |
isReady | undefined | |
handleResponse | undefined | |
last | undefined |
Register a listener to be notified when an event in dojo/request happens.
Parameter | Type | Description |
---|---|---|
type | String |
Optional The event to listen for. Events emitted: "start", "send", "load", "error", "done", "stop". |
listener | Function |
Optional A callback to be run when an event happens. |
A signal object that can be used to cancel the listener. If remove() is called on this signal object, it will stop the listener from being executed.
Parameter | Type | Description |
---|---|---|
url | undefined | |
options | undefined | |
skipData | undefined |