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

[FEATURE] Get multiple items by common key prefix from local storages

A new method `getByPrefix()` is added to the module
`@typo3/backend/storage/abstract-client-storage`, affecting its
implementations

* `@typo3/backend/storage/browser-session`
* `@typo3/backend/storage/client`

A developer is now able to obtain multiple items prefixed by a given
key either from `localStorage` or `sessionStorage`.

Resolves: #98921
Releases: main
Change-Id: I343289cc6fa6fdd57c019a0cdd85eae2b5dbdb81
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76265


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 78def4c4
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