- 2
Whats the javascript limits?
1 Réponse
0
The browser must limit the time it takes for your JavaScript code to run. If a script takes too long, it will lock the application and potentially cause OS instability. Itâs the reason youâll see the dreaded âUnresponsive Scriptâ alert: