Jump to content

AJAX makes my browser out of control


bluetoother

Recommended Posts

iam sure alot of you faced this problemif you start many AJAX requests in any pagethe browser might give you an error message and closeor you may feel the browser out of control and you have to wait till it complete sending or receiving data via AJAXmaybe i use classic AJAX requestsiam developing chat page using ajax, you can imagine how many times users will get erroror get their browser closed

Link to comment
Share on other sites

Don't know about the error message one (what error are you getting?), but with the temporary freezing that has to do with setting the third parameter of the XMLHttpRequest.open() method. Set that to true and the problem should stop.

Link to comment
Share on other sites

Don't know about the error message one (what error are you getting?), but with the temporary freezing that has to do with setting the third parameter of the XMLHttpRequest.open() method. Set that to true and the problem should stop.
The Error is a result of temporary freezing as mentioned above
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...