-
Type:
Task
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: core
-
2.405
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.
- causes
-
JENKINS-71741 global-build-stats AJAX request uses undefined field (regression in 2.405)
-
- Closed
-
- links to