Actions
Task #102286
closedAllow a custom AbortSignal to be passed to AjaxRequest methods
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2023-10-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
AjaxRequest uses an own abort controller in order to provide
the abort() method, in order to allow passing an own AbortSignal
instance, the passed signal is now forwarded to the internal
abort controller.
Actions