Object that implements the iframe handling for XMLHttpRequest IFrame Proxying.
Do not use this object directly. See the Dojo Book page on XMLHttpRequest IFrame Proxying: http://dojotoolkit.org/book/dojo-book-0-4/part-5-connecting-pieces/i-o/cross-domain-xmlhttprequest-using-iframe-proxy Usage of XHR IFrame Proxying does not work from local disk in Safari.
starts the actual xdomain request using the provided facade.
Parameter | Type | Description |
---|---|---|
facade | undefined |
HTML5 document messaging endpoint. Unpack the event to see if we want to use it.
Parameter | Type | Description |
---|---|---|
evt | undefined |
Parameter | Type | Description |
---|---|---|
stateId | undefined | |
cmd | undefined | |
message | undefined |
Parameter | Type | Description |
---|---|---|
stateId | String | |
urlEncodedData | String |
starts the xdomain request using the provided facade. This method first does some init work, then delegates to _realSend.
Parameter | Type | Description |
---|---|---|
facade | Object |
Parameter | Type | Description |
---|---|---|
stateId | undefined | |
encodedData | undefined |
Parameter | Type | Description |
---|---|---|
stateId | undefined |
Parameter | Type | Description |
---|---|---|
stateId | undefined | |
cmd | undefined | |
message | undefined |
XMLHttpRequest facade object used by dojox.io.proxy.xip.
Do not use this object directly. See the Dojo Book page on XMLHttpRequest IFrame Proxying: http://dojotoolkit.org/book/dojo-book-0-4/part-5-connecting-pieces/i-o/cross-domain-xmlhttprequest-using-iframe-proxy
Parameter | Type | Description |
---|---|---|
ifpServerUrl | undefined |