Actions
Improvements #14557
openAllow to not quit the application on required script no loading
Start date:
05/22/2026
Due date:
% Done:
0%
Estimated time:
Description
When a script is loaded using WApplication::require(), if the client cannot load the script, the application will quit on the client side. This means it is impossible to make the application recover from this state even if missing that script would only break an unimportant part of the page.
It would instead be better to let the developer decide what to do when a script fails to load instead of forcing the application to quit.
Updated by Romain Mardulyn about 3 hours ago
- Tracker changed from Feature to Improvements
Actions