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

[TASK] Use native objects in `@typo3/core/ajax/ajax-request`

The module `@typo3/core/ajax/ajax-request` previously had a lot of
string-based mambo jambo when composing URLs and query strings.

The API is now streamlined to use `URL` and its included `searchParams`
property to build URLs, removing the need to compose URLs manually.

Resolves: #101969
Releases: main
Change-Id: I40c73531c86d828fb298f5d6ae1a0bb9030c23cf
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81098


Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarAndreas Nedbal <andy@pixelde.su>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarAndreas Nedbal <andy@pixelde.su>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 7bb5698d
Branches
Tags
No related merge requests found
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