What is the difference when you say the call is non blocking vs when you say the call is asynchronous
            Asked
            
        
        
            Active
            
        
            Viewed 193 times
        
    1
            
            
        - 
                    1Dupe: http://stackoverflow.com/questions/2625493/asynchronous-vs-non-blocking – Sam Daniel Jul 28 '16 at 18:33
 
1 Answers
0
            
            
        If Asynchronous property for any ajax call is set true then script execution will pause until first request response will not come, That's why it's blocking.
        Kapil Yadav
        
- 650
 - 1
 - 5
 - 29