You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newAjax.Request('/ajax,html',{onComplete: function(){({}).abc.xyz;//Error on purpose. but nothing reported to browser consoleconsole.log('This message never logs.');}});//All ajax finished, but Ajax.activeRequestCount is stuck at "1"
Not only that. But the browser console doesn't show any error/warning. My current workaround is wrapping all the callback's content in a try-catch and reporting the error to the console myself.
Using 1.7.3
Tested Chrome 54 and Firefox 52
The text was updated successfully, but these errors were encountered:
Not only that. But the browser console doesn't show any error/warning. My current workaround is wrapping all the callback's content in a try-catch and reporting the error to the console myself.
Using 1.7.3
Tested Chrome 54 and Firefox 52
The text was updated successfully, but these errors were encountered: