Actions
Bug #99987
closedUse Set() over custom array unique handling in JavaScript
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-02-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
JavaScript has a native Set() object that ensures uniqueness of values by design and is therefore faster than custom array uniqueness handlers.
Actions