Adds the windowName transport as an XHR plugin for the given site. See dojox.io.windowName for more information on the transport.
Parameter | Type | Description |
---|---|---|
url | String | Url prefix of the site which can handle windowName requests. |
httpAdapter | Function |
Optional This allows for adapting HTTP requests that could not otherwise be sent with window.name, so you can use a convention for headers and PUT/DELETE methods. |
trusted | Boolean |
Optional
|
See the dojox/io/xhrWindowNamePlugin reference documentation for more information.