Actions
Task #96566
closedEpic #87417: Integrate proper Content Security Policy (CSP) handling
Task #87418: Refactor and remove usage of inline scripts in backend
Streamline DragUploader JavaScriptModuleInstruction
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2022-01-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
DragUploaded exports a function called `initialize` as a
named export, that means the method should be called
without a `this`-value.
Allow for empty invoke() JavaScriptModule instructions which
causes the module export to be invoked as plain function.
Actions