I realized that the Firefox browser warns when we make an ajax call that takes longer to answer / the javascript function takes longer to complete its execution.
I read in the article that this is due to properties in firefox. Something like this should only wait for these many seconds for javascript to complete execution.
Can someone explain to me about this? How can we solve this problem through the program?
source
share