Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/io/xhrScriptPlugin.js

  • Provides:

    • dojox.io.xhrScriptPlugin
  • Requires:

    • dojox.io.xhrPlugins in common
    • dojo.io.script in common
    • dojox.io.scriptFrame in common
  • dojox.io.xhrScriptPlugin

    • parameters:
      • url: (typeof String)
        Url prefix of the site which can handle JSONP requests.
      • callbackParamName: (typeof String)
      • httpAdapter: (typeof Function)
        This allows for adapting HTTP requests that could not otherwise be
        sent with JSONP, so you can use a convention for headers and PUT/DELETE methods.
    • summary
      Adds the script transport (JSONP) as an XHR plugin for the given site. See
      dojox.io.script for more information on the transport. Note, that JSONP
      is *not* a secure transport, by loading data from a third-party site using JSONP
      the site has full access to your JavaScript environment.
    • type
      Function
  • dojox.io

    • type
      Object
  • dojox

    • type
      Object