dojo/request/iframe (version 1.10)

Summary

Sends a request using an iframe element with the given URL and options.

Usage

iframe(url,options);
Parameter Type Description
url String

URL to request

options dojo/request/iframe.__Options
Optional

Options for the request.

Returns:dojo/request.__Promise

See the dojo/request/iframe reference documentation for more information.

Property Summary

Method Summary

Properties

_currentDfd
Defined by: dojo/request/iframe
_dfdQueue
Defined by: dojo/request/iframe
_iframeName
Defined by: dojo/request/iframe

Methods

__BaseOptions()
Defined by dojo/request/iframe
__MethodOptions()
Defined by dojo/request/iframe
__Options()
Defined by dojo/request/iframe
_fireNextRequest()
Defined by dojo/request/iframe

Internal method used to fire the next request in the queue.

_notifyStart()
Defined by dojo/request/iframe
create(name,onloadstr,uri)
Defined by dojo/request/iframe
Parameter Type Description
name undefined
onloadstr undefined
uri undefined
Returns:undefined
doc(iframeNode)
Defined by dojo/request/iframe
Parameter Type Description
iframeNode undefined
Returns:undefined | null
get(url,options)
Defined by dojo/request/iframe

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.

post(url,options)
Defined by dojo/request/iframe

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.

setSrc(_iframe,src,replace)
Defined by dojo/request/iframe
Parameter Type Description
_iframe undefined
src undefined
replace undefined
Error in the documentation? Can’t find what you are looking for? Let us know!