dojox/io/xhrWindowNamePlugin.js

  • Provides:

    • dojox.io.xhrWindowNamePlugin
  • Requires:

    • dojox.io.xhrPlugins in common
    • dojox.io.windowName in common
    • dojox.io.httpParse in common
    • dojox.secure.capability in common
  • dojox.io.xhrWindowNamePlugin

    • parameters:
      • url: (typeof String)
        Url prefix of the site which can handle windowName requests.
      • httpAdapter: (typeof Function)
        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: (typeof Boolean)
    • summary
      Adds the windowName transport as an XHR plugin for the given site. See
      dojox.io.windowName for more information on the transport.
    • type
      Function
  • dojox.io

    • type
      Object
  • dojox

    • type
      Object