Skip to content
Snippets Groups Projects
Commit 9c1342dc authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Susanne Moog
Browse files

[TASK] Replace $.ajax() in most of EXT:backend

This patch replaces $.ajax() in EXT:backend either with our AJAX API
or with native XMLHttpRequest. The latter is required in the DragUploader
as we need to listen to the progress event which isn't supported by
fetch().

This patch skips Storage/Persistent, as this one needs some refactoring
due to the usage of synchronous(!) AJAX requests.

Resolves: #90597
Releases: master
Change-Id: Ifdf41c133929740f3e766ae992848ab99ca1f283
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63502


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent 4b20004e
Branches
Tags
No related merge requests found
Showing
with 116 additions and 136 deletions
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