Bug Tracker

Changes between Initial Version and Version 1 of Ticket #10282, comment 3


Ignore:
Timestamp:
Sep 19, 2011, 4:31:20 PM (12 years ago)
Author:
konp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10282, comment 3

    initial v1  
    1 ==Test Case==
     1'''Test Case'''[[BR]]
    22Please find the JSFiddle reduced test case here: http://jsfiddle.net/Xjm7g/4/
    33
    44The test case demonstrates the behavior in Chrome but same behavior is observed in IE9 (not with this test case though, as IE for some reason is ignoring the "delay" argument).
    55
    6 ==Observe==
     6'''Observe'''[[BR]]
    77All AJAX requests are non-blocking and fire off at the same time.  Note that some timeout before even being fired (4-5 requests typically) as their "timeout" starts from the moment the .ajax() method is called.
    88
    9 ==Expected==
     9'''Expected'''[[BR]]
    1010'timeout' refers to how long a request should live, and should only start counting when the request is fired.
    1111
    12 ==Actual==
    13 'timeout' refers to the instant the .ajax() method is called, even if browser does not fire the request due to several existing XHR requests
    14 
     12'''Actual'''[[BR]]
     13'timeout' refers to the instant the .ajax() method is called, even if browser does not fire the request due to several existing XHR requests[[BR]]
     14[[BR]]
    1515Note: 6 XHR objects available in chrome when connection is not VPNed.