0
Well, I have pages that send asynchronous requests, but when interrupted they send an alert [Object Object].
This gets in the way a little, because it appears while the server is pointing to the page (like the one the client chose).
There’s a way this can’t happen?
I believe it’s because I expect a return using the dataType
,(AJAX + Jquery), but this I could not change.
Look in your code for "Alert", as hugomg referred to that Alert come from your code and not a browser behavior.
– Sergio