Remove Prototype Ajax.Request usages from hudson-behavior.js

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The following usages of Prototype's Ajax.Request remain:

      war/src/main/webapp/scripts/hudson-behavior.js:Ajax.Request.prototype.dispatchException = function (e) {
      war/src/main/webapp/scripts/hudson-behavior.js:  new Ajax.Request(checkUrl, {
      war/src/main/webapp/scripts/hudson-behavior.js:  new Ajax.Request("./descriptionForm", {
      war/src/main/webapp/scripts/hudson-behavior.js:    new Ajax.Request(e.getAttribute("lazymap"), {
      war/src/main/webapp/scripts/hudson-behavior.js:    new Ajax.Request(this.getAttribute("helpURL"), {
      war/src/main/webapp/scripts/hudson-behavior.js:        new Ajax.Request(url);
      war/src/main/webapp/scripts/hudson-behavior.js:      new Ajax.Request(url, {
      war/src/main/webapp/scripts/hudson-behavior.js:    new Ajax.Request(url, params);
      

      These usages should be migrated to the Fetch API.

            Assignee:
            Tim Jacomb
            Reporter:
            Basil Crow
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: