Namespacedojox.io.proxy.xip

dojo.require("dojox.io.proxy.xip");
defined in dojox/io/proxy/xip.js

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.

Jump to PropertiesJump to FunctionsConstructorsBack to top

starts the xdomain request using the provided facade. This method first does some init work, then delegates to _realSend.
XMLHttpRequest facade object used by dojox.io.proxy.xip.

Jump to PropertiesJump to ConstructorsFunctionsBack to top

HTML5 document messaging endpoint. Unpack the event to see if we want to use it.
Functiondojox.io.proxy.xip.makeServerUrl(stateId, cmd, message)
Functiondojox.io.proxy.xip.receive(stateId: String, urlEncodedData: String)
Functiondojox.io.proxy.xip.sendRequest(stateId, encodedData)
Functiondojox.io.proxy.xip.setServerUrl(stateId, cmd, message)
starts the actual xdomain request using the provided facade.

Jump to FunctionsJump to ConstructorsPropertiesBack to top