Actions
Bug #90191
closedjQuery $.ajax() response polyfill break error handling
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-01-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 ships a polyfill for modules that use the AJAX API with jQuery Deferred handlers. For successful calls, everything is fine but the error handler is broken since the method arguments of $.Deferred.fail() are different to Promise.catch().
Actions