Sends a request using a script element with the given URL and options.
| Parameter | Type | Description |
|---|---|---|
| url | String | URL to request |
| options | dojo/request/script.__Options |
Optional Options for the request. |
See the dojo/request/script reference documentation for more information.
| Parameter | Type | Description |
|---|---|---|
| id | undefined | |
| url | undefined | |
| frameDoc | undefined |
| Parameter | Type | Description |
|---|---|---|
| id | undefined | |
| frameDoc | undefined | |
| cleanup | undefined |
Send an HTTP GET request using a script element with the given URL and options.
| Parameter | Type | Description |
|---|---|---|
| url | String | URL to request |
| options | dojo/request/script.__BaseOptions |
Optional Options for the request. |