Sends a request using an iframe element with the given URL and options.
| Parameter | Type | Description |
|---|---|---|
| url | String | URL to request |
| options | dojo/request/iframe.__Options |
Optional Options for the request. |
See the dojo/request/iframe reference documentation for more information.
Internal method used to fire the next request in the queue.
| Parameter | Type | Description |
|---|---|---|
| name | undefined | |
| onloadstr | undefined | |
| uri | undefined |
| Parameter | Type | Description |
|---|---|---|
| iframeNode | undefined |
Send an HTTP GET request using an iframe element with the given URL and options.
| Parameter | Type | Description |
|---|---|---|
| url | String | URL to request |
| options | dojo/request/iframe.__BaseOptions |
Optional Options for the request. |
Send an HTTP POST request using an iframe element with the given URL and options.
| Parameter | Type | Description |
|---|---|---|
| url | String | URL to request |
| options | dojo/request/iframe.__BaseOptions |
Optional Options for the request. |
| Parameter | Type | Description |
|---|---|---|
| _iframe | undefined | |
| src | undefined | |
| replace | undefined |