Skip to content
Snippets Groups Projects
Commit 6dec66d1 authored by Andreas Fernandez's avatar Andreas Fernandez
Browse files

[TASK] Make AJAX request abortion easier

The AJAX API doesn't expose the AbortController anymore as it has no
benefit for a developer, besides aborting a request. For this reason, the
AJAX API removes the `getAbort()` method and replaces it with an
`abort()` method, which utilizes the controller directly.

Resolves: #90292
Releases: master
Change-Id: Id6355663bc00bbb763692ca3b7fab145cb8cc55e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63141


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 4fa752ee
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment